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.



Describe SharedPreference storage option with example...

Answer / 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

More Android OS Interview Questions

How to disable landscape mode in android?

0 Answers  


Who inventors of android ?

0 Answers  


 How is Mono for Android licensed?

1 Answers  


Explain the services component of android?

0 Answers  


 Why would I (potentially) choose an Android phone over an iPhone?

1 Answers  


What are the key components of Android Architecture?

1 Answers  


State few disadvantages of android in the mobile market.

0 Answers  


Can the user set a priority?

1 Answers  


In android, the process technical to convert an address into its latitude and longitude is called?

0 Answers  


What's the difference between android oreo and android pie?

0 Answers  


When will it be available in a ROM?

1 Answers  


Explain the Architecture of Android ?

1 Answers  


Categories