Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Describe SharedPreference storage option with example.

Answer Posted / shubhraneel

If we talk about Android, then there are many ways in which it stores data of application. One way is by Shared Preferences. Shared Preferences allow you to save and retrieve data in the form of key,value pair.

In order to use shared preferences , you have to call a method getSharedPreferences() that returns a SharedPreference instance pointing to the file that contains the values of preferences.

example: SharedPreferences sharedpreferences = getSharedPreferences(MyPREFERENCES, Context.MODE_PRIVATE);

In the above example The first parameter is the key and the second parameter is the MODE

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data binding in android?

942


What language does Android support for application development?

982


Explain me the difference between oncreate() and onstart()?

930


Explain key components of android architecture?

974


What is an Implicit Intent in Android?

1102


What is an application resource file?

1007


what is the difference between dynamic receiver and static receiver?

1014


Which of the used to detect when a user clicks or taps on a button?

965


Can you please explain the difference between data storage options which are available in android?

968


Why ios is faster than android?

992


Explain android application architecture?

929


What are the four asynctask methods that must be overridden?

957


How will apps change with android 2.2?

973


What is build.gradle?

959


How install android os from pc to mobile via usb?

1017