What is the use of SharedPreference?

SharedPreferences are used in android to store some data presistently (i.e. after closing of application, it will persist). If you want to store few amount of data then you can go for SharedPreferences rather than going for Sqlite and all.In that case SharedPreferences are useful.29 Mar 2013

Read more