Android Basic Shared Preferences
Android Shared Preferences Fundamental
Shared Preferences is one of them to store primitive data such as int, float, long, Boolean and String.
Shared Preferences is one of them to store primitive data such as int, float, long, Boolean and String.
In this example, we will handle one of the common configuration change such as screen rotation.
In this blog, we will learn what spinner is and how we should implement it for our Android applications. At the bottom of this article, you will have a video tutorial though. Spinner Example What is Spinner? Spinner is like a drop-down list which can be used to display the Read more…