Tag: Android
-
Android : Spinner
Implement Android Spinner to select an item from an array of items. Also Android Intents and SharedPreferences. Android Series.
-
Android : Intents & Shared Preferences
Learn how to switch between one activity to other activity using Intents. Learn how to share data between activities using SharedPreferences. Implement Spinner element. Android Series.
-
Android : How to Read and Display User Input.
Learn How to read user input from EditText and Display it in a TextView in Android on Button Click. Android Series.