Receiving SMS in Android Sushil January 21, 2016 Add Comment Edit In this tutorial we'll create an Android application to receive SMS using BroadcastReceiver. On receiving the SMS we'll show a toas...
Android SharedPreferences Example Sushil January 01, 2016 Add Comment Edit SharedPreferences in Android is used to store private primitive application specific data in the form of key-value pair. SharedPreference...