. f December 2012 ~ Android Developers Blog

Sunday, 23 December 2012

Open a new Activity on Receiving the notification in Android

Hello Droid Guys, In this tutorial , I am going to explain how to open a new activity class whenever a push notification comes on your device. Step 1. For this first of all follow Android Goggle Cloud Messaging  .              In this blog I already explain...

Android Goggle Cloud Messaging | GCM | Android push notification

Hello Droid Guys, This tutorial helps you to implement “Google Cloud Messaging for Android (GCM)"  and sending "Android Push Notification" using GCM.  According to Google, “Google Cloud Messaging for Android (GCM)" is a service which  helps developer in sending data from server to there "Android Application" whenever  there is new data added...

Android toggle button

Hello Droid Guys, Today ,I am sharing the code of custom toggle button in android. How to make a toggle switch button like iPhone. 1. Create a new project in Eclipse File New ⇒ Android ⇒ Application Project and fill the required details. 2. Create required files needed to show a toggle...

Friday, 14 December 2012

Photo capture Intent causes NullPointerException on Samsung phones only

Hello Dorid Guys, Yesterday, I came across  a weird situation . In my application ,I am capturing an image from camera and displaying it inside an imageview. I tested its functionality on many of android device and its working  fine except "Samsung Galaxy Tab". In Samsung device the capture...

Thursday, 6 December 2012

Close Popup window on click of backbuttun in android

Hello Dorid Guys, Yesterday, I stuck in a weird situation , the android popup button will not closed on pressing back button . On android physical back button pressed I am calling popupWindow.dismiss(); But it not works for me :( . After spending 1-2 hrs on it ,...

 

Copyright @ 2013 Android Developers Blog.