Shared preferance in android is used to store small amount data in application .
It persist data after restart of application until and unless we explicitly flush the data from shared pref Here are the steps to create it :
1.Declare class variable
SharedPreferences...