android developing torchlightapplication

Android Developing Flashlight Application

Today i am going to demonstrate developing a simple android application. This application is about turning on and off device flashlight / torchlight with simple touch. Please note that this app is targeted to mobile devices only, i am not …

Read More..

android multilevel listview tutorial

Android Multilevel ListView Tutorial

This tutorial is about implementing multilevel listviews in your project. I explained by talking an example of music albums where listviews are displayed for list of albums, list of songs under an album. The first screen will be displayed with …

Read More..

android google cloud messaging

Android Push Notifications using Google Cloud Messaging (GCM), PHP and MySQL

As per google’s documentation “Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices”. Using this service you can send data to your application whenever new data …

Read More..