Android App Development:Using Preferences

We saw before that we can persist an application’s data using SQLite database. Android offers another way to store user’s data through using preferences. Android preferences is a key/value entries that store data that can be specific to a certain activity or shared among all activities within the application. the data are stored in a … Continue reading Android App Development:Using Preferences