It's easy to make a splash screen before user seen your application main screen. In this tutorial,I explained,how you can do this? Fir...
Read More
Home » Archive for April 2014
Get Android Device ID
Device Id is number to identify your devices uniquely.For example, the IMEI for GSM and the MEID or ESN for CDMA phones.It helps developer ...
Read More
Notified when an application installed/removed on phone via BroadCastReceiver
Suppose, your application wanna knows when a new application is installed on your phone or an application already in phone is uninstalled....
Read More
Show a full-screen activity or No Status Bar
To show a full screen activity is easy. Just paste below code blocks in your activity's oncreate() method. requestWindowFeature(Windo...
Read More
Using key event onKeyLongPress & closing application activity
Scenario: Suppose, your application have so many activities lets say A,B,C,D...X,Y,Z. User came in activity Z. Now user wanna go to the A...
Read More
Text to Speech Conversion
Android SDK bring out a cool feature (from Android 1.6) called Text to Speech ( TTS ) which speaks the given text in different langua...
Read More
Play audio file in Android
Sometimes , You wanna play audio files in your android application. it's very easy. Create a MediaPlayer class object & call it...
Read More
Create an Alert Dialog with an icon
You can open an Alert Dialog via this code: private AlertDialog alert; private void closeAppDialog(Context context) { Ale...
Read More
Close an Android Application
To close an android application & go back to user first home screen try to use below code: Intent startMain = new Intent( Int...
Read More
Subscribe to:
Posts (Atom)