Android SDK: Working with Google Maps – Application Setup
The Google Maps API for Android provides developers with the means to create apps with localization functionality. Version 2 of the Maps API was released at the end of 2012 and it introduced a range of...
View ArticleBuild an AudioPlayer with PhoneGap: Application Setup
You don’t need to use platform-specific technologies to develop powerful and engaging apps. This series will teach you how to create a hybrid app – specifically an audio player – using web technologies...
View ArticleBuild an AudioPlayer with PhoneGap: Application Logic
This is the second part of the series about Audero Audio Player. In this article, we’re going to create the business logic of our player. I’ll also explain some of the Cordova APIs that were introduced...
View ArticleBuild an AudioPlayer with PhoneGap: Application Tuning
This is the third and final part of the series about Audero Audio Player. In this article, I will go over the remaining files so that you can finish the project and play around with it. Series Overview...
View ArticleUsing Depth of Field in Your Mobile Application
If you use Corona SDK, you know that it’s a powerful and easy to use tool for creating mobile games. However, the platform is limited to just two dimensions, although they are coming out with built-in...
View ArticleBuilding a CodeIgniter Web Application From Scratch – Part 1
In this series we’re going to build a web billboard application from scratch, we’re going to use CodeIgniter to handle the back-end service and BackboneJS for the web client. In the first two parts of...
View ArticlePhoneGap: Build a Feed Reader – Application Logic
This is the second part of the series about Audero Feed Reader. In this article, we’ll delve into the business logic of our application and provide additional background on the plugins and API used for...
View ArticleDeploying a Laravel Application Using Capistrano
Introduction So you’ve just built a fancy web application and you’re planning to put it online. This can be done in many ways. In this article I’d like to cover one approach to deploy your backend...
View ArticleAndroid SDK: Java Application Programming
Our goal in this series is to learn about Android SDK development. So far we explored the development tools, looked at the structure of an Android app project, started to create a user interface, and...
View Article