Android Tutorial | Android SDK Development & Programming

1. Voice Recognition Activity in Android Programming

This example shows how to use voice recognition API in android. The application may not work on the Android Emulator because it doesn't support voice recognition. But the same can work on the phone. Algorithm: 1.) Create a new project by File-> New -> Android Project name it VoiceRecognitionActivity. 2.) Write following into main.xml: 3.) [...]

✔ Read More...

2. Jelly Bean Notifications in Android

This example shows how to use notifications in android jelly bean version. You may have heard about Android Jelly Bean (API level 16). Google has improved a lot of features and introduced new features. One of them is the notification. Now they have made the notification more versatile by introducing media rich notification Algorithm: 1.) [...]

✔ Read More...

3. Enabling and Disabling Broadcast Receiver in Android Development

Broadcast receiver is the one of the basic and important components of the Android application. This example will show how to enable and disable broadcast receiver which is added in the manifest file. Algorithm: 1.) Create a new project by File-> New -> Android Project name it EnableDisableBoradcastReceiver. 2.) Write following into main.xml: 3.) Create [...]

✔ Read More...

4. Multiple Interface Example Android

This example will show how multiple interface communication will be done in android. Algorithm: 1.) Create a new project by File-> New -> Android Project name it MultipleInterfaceExample. 2.) Write following into main.xml: 3.) Create and write following into main_hello.xml: 4.) Create and write following into src/SayHello.java: 5.) Add following into manifest file: 6.) Run [...]

✔ Read More...

I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.


Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

Android, Android Development, Android Resources, Android Samples,Mobile Development Tutorials,Mobile Developments, Android Samples, Android Sample Applications