↧
Android Sending and Receiving data from remote server using IntentService
In this article, we will see how to develop an Android application that sends and receives data from a web server using IntentService. IntentService provides a simple mechanism to execute long lasting...
View ArticleAndroid Sidebar Navigation Drawer with Icons
In this article, we will see how to develop an Android application containing sidebar navigation drawer menu with icons and counter. Here count specifies, how many times the drawer menu item is...
View ArticleStoring Google Maps Android API V2 marker locations in MySQL
In this article, we will develop an Android application that stores user touched locations of Google Maps in a remote MySQL server. Since this application is developed using SupportMapFragment, it can...
View Article