Shared Preferences allow you to save and retrieve persistent key-value pairs of primitive data types in Android applications. It can be used either inside a single app or shared between multiple apps.

learn more… | top users | synonyms

-1
votes
0answers
55 views

This android code causes my app to crash

I am new to android development using Java, and I came to how to save application data in SharedPreferences class .. When trying to make this attempt, the app crashs .. This android java code causes ...
0
votes
2answers
12 views

How to save cropped image uri in shared Preference

I have selected an image and cropped it. But I want to save the cropped image uri in shared preference so that it can be showed later. I know how to save in shared preference, but the problem key is ...
0
votes
2answers
31 views

SharedPreferences manager can't write nor read preferences

I have created a classe called "reglages" (settings in english) that should be able to save preferences from any kind of activities. But it's seems that it can't save nor return data from ...
0
votes
0answers
17 views

Session persistence not being maintained on Samsung Galaxy S4

We are using SharedPreferences to handle session persistence for an Android app. We are supporting Froyo and above and it's working great on all phones and android versions with the exception of the ...
0
votes
1answer
22 views

How to add and delete dynamically items in Gallery from SharedPreferences file

I can save and delete items in sharePreferences file on button click in my application.When I pressed on the button,selected items should be showing in Gallery on next Favorite_Activity.How to ...
2
votes
1answer
29 views

onSharedPreferenceChanged not fired all the time

I have a weird problem with this method. It's called, when i edit a EditTextPreference, only when i change the value, and on a MultiSelectListPreference only the first time i change. This is my ...
0
votes
1answer
13 views

Is a call to PreferenceManager.setDefaultValues() necessary for clearing preferences?

Until now the "Reset to Default" button in the PreferenceActivity of my app did something like this: SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(this); ...
0
votes
1answer
40 views

How can I retrieve shared preferences onCreate?

In the preferences I would like to change the preference view according the Unit type(Imprial or metric). On the create method I am checking what was the last value of the measurement_unit preference, ...
0
votes
1answer
38 views

Android: Shared Preference Editor in Preferences class

I have in my main activity access to a shared preference like this: preferences = PreferenceManager.getDefaultSharedPreferences(this); SharedPreferences.Editor editor = preferences.edit(); ...
0
votes
0answers
20 views

How can I discover every file that an app is creating on my android? Even the shared preferences [closed]

How can I discover every file that an app is creating on my android? Even the shared preferences.
0
votes
0answers
31 views

Android SharedPreferences auto incrementing technique

I wanted some feedback on this approach. My apologies if this is confusing or nonsensical. (thats probably why I'm asking because im unsure.) My app auto assigns clientID's to a textview at first ...
0
votes
0answers
22 views

Android :shared preference in jni

in my android application in need to access the shared memory between the two application ,i knew android kernel is not like Linux kernel to implement the shared memory concept ,so i have choosen the ...
0
votes
2answers
25 views

SharedPreferences not working as expected, cannot read nor write preferences

private void init() { SharedPreferences prefs = getSharedPreferences("data", Context.MODE_PRIVATE); // SET VALUE RECORD record = prefs.getInt("record", 0); prefs.edit().commit(); } ...
0
votes
1answer
17 views

CheckBox error on dialog interface

I'm struggling in a little problem that i can not find! In my main activity i want to display an AlertDialog and have a checkbox if the user do not want display the dialog again. I can make the ...
0
votes
3answers
22 views

Is there a way i can get a sharedpreference name?

Let's say i created a shared preference. sp = this.getSharedPreferences("name",MODE_PRIVATE); If i'm in another activity, is there a way i can find the name of sp and set it to a string?
1
vote
1answer
35 views

App keeps stopping when i press a button

I have a save button that loads a dialog interface asking for a save name. When you click done it's supposed to created a sharedpreferences with some strings in it, but instead it just says ...
0
votes
2answers
31 views

wrong shared preference reference while reading other application

I have 2 Application and both have a separate sharedpref with same name. I want to read value from other Application sharedpref like Mycontxt = appcontext.create package context(otherapppackagename, ...
1
vote
1answer
34 views

Android Storing User Session in Shared Preferences

I want to create a User Session on Android so that i do not have to login every time. What content should be stored in Shared Preferences so that i can authenticate every time my server gets a request ...
0
votes
1answer
20 views

implement music with SharedPreferences in android

i'm building an app in android, i've three classes right now, one Main, one Music and one Setting. i'm trying to put music in my app, so that when i exit the app it'll stop. i've done that part. i ...
1
vote
1answer
24 views

Chyper SharedPreferences GSON objetcs

I want to store an encrypted Profile object in SharedPreferences using gson. Here's my code: public void saveProfile(Profile newProfile) { try { Log.i(C.TAG, newProfile.toString()); ...
0
votes
1answer
34 views

there is any way to save my shared preferences data into sqlite database in android

problem : i wanted to save my shared preferences data into sqLite database permanently.i here provides my code which store my data into shared preferences folder but when i am trying to store new data ...
0
votes
0answers
33 views

How to save a List<HashMap<String,String>> to an SQLite db

I want to save a List<HashMap<String,String>> to my small db. How to achieve it.. I want to use this list in many activities of my app. Is there any other possible way to access this ...
0
votes
2answers
33 views

SharedPreference Flush or clear not working

So this is in my first.java SharedPreferences preferences = getSharedPreferences("myPrefss", getApplicationContext().MODE_PRIVATE); preferences.getString(currentPlace, ""); SharedPreferences.Editor ...
0
votes
1answer
31 views

Android SharedPreferences or SQLlite Storing

I have a question. In my project I have some user preferences which are stored in the SQL database. There are about 200 records and the table has 3 columns. This records do not change, only if the ...
1
vote
4answers
65 views

AutocompleteTextView setText or setHint not working

So in my first activity i'm getting the current location as currentLocation through reverse geocoding and i use sharedPreference to pass the value to the next activity (second.java/class). This class ...
-2
votes
2answers
30 views

Android: Is it possible to make a notification occur only once? [closed]

Title is explanatory. I have a notification that displays a message, I want it so that if it ever goes into X condition, say the second time or more, it wont send any notifications. Is this possible? ...
0
votes
2answers
23 views

SharedPreferenses don't save states

I need settings in application which will be available in few namespases(all are in one project). I desided to create class with methods like: private SharedPreferences prefs; private Context ...
1
vote
5answers
60 views

How to receice value from Listview and save it into sharedprefences

i was using sharedprefences for send value into data, everything okay, when i receive values from one sharedprefences that taken from one class(ListView), but i face the problem when i want to receive ...
1
vote
2answers
31 views

Reading shared preferences

i'm using shared preferences for the settings menu of my android app. it's working very well but i didn't know how to use these settings on my code: For example how to use the selected language and ...
0
votes
2answers
34 views

Accessing SharedPreferences

I have a problem in the LiveWallpaper app (my first) I am developing. Consider 2 classes: LiveWallpaperService and LiveWallpaperSettings. LiveWallpaperSettings extends PreferencyActivity. Example data ...
0
votes
1answer
25 views

using sharedpreferences from service

I'm trying to use sharedpreferences from my thread called by service: SharedPreferences startPref = PreferenceManager.getDefaultSharedPreferences(context); //SharedPreferences startPref = ...
2
votes
2answers
39 views

SharedPreferences not keeping value

With SharedPreferences, i would like to save a value (that will be later the date of last update) and load it. It works well until i shut down my phone or force close my application. It resets the ...
-1
votes
1answer
55 views

Create remember password in android

How could i create remember password in android application. I have checked with details if checked then save the details,and retrieve when needed. Here is the code. if (chkRememberMe.isChecked()) { ...
0
votes
1answer
34 views

sharedpreference with splash screen

My app start by splash screen with music , i used sharedpreference to stop music so next time you open the app splash screen still there without music . im tring to get preferece screen with two ...
0
votes
0answers
20 views

SharedPreference with MODE_MULTI_PROCESS issue

My app has an activity and a service. When I first wrote it I learned to use sharedPreferences from the commonsware book using MODE_PRIVATE. The app has grown, and for reasons beyond the scope of ...
0
votes
2answers
39 views

Java Android SharedPreferences issues

I'm making a game of Tetris on android as a project for school and right now im using shared preferences in order to save the current state of the game so that it can be resumed on a later time , i've ...
0
votes
2answers
39 views

How to put/get multiple JSONObjects to JSONArray?

Is it possible to store multiple different JSONObjects into a single JSONArray? This is the structure, I want to store in a JSONArray. ...
0
votes
1answer
30 views

Android SDK SharedPreferences toubles

Im working on an app and would like to save the state of obe of my checkbox options, but when I try using the SharedPreferences class (first time using it) I get a nullpointer exception. I have been ...
0
votes
0answers
30 views

Android Shared Preferences with webview

How can I keep the font size settings vebviev with sharedpreference web=(WebView)findViewById(R.id.webViewche); prefs=PreferenceManager.getDefaultSharedPreferences(this); listener=new ...
0
votes
2answers
52 views

Android Crash after using SharedPreferences

I am developing an Android Application, for keep me logged in functionality I am using SharedPreferences application started to crash. This is the line that i add for Preferences; SharedPreferences ...
0
votes
3answers
74 views

How to create preferences in Android?

I have a problem with android settings. I want to create settings for changing the background color of an activity. What do I have to do? I have layout: public class MyApp extends ...
0
votes
3answers
45 views

Is there only one shared preferences object per application?

My question is: If I call: PreferenceManager.getDefaultSharedPreferences(getApplicationContext()) in two different Activities in my application, does it refers to the same SharedPreferences file? ...
0
votes
1answer
45 views

Making an activity appear only once, when the app is started

I have the following class, SplashActivity.java: public class SplashScreen extends Activity{ @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated ...
0
votes
0answers
26 views

I have 2 activities & want to save the records in its fields, also must edit and update the fields and save it finally to send it to web service

FIRSTPAGE.JAVA Here there few edit text and to be saved temporarily @Override protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); ...
2
votes
0answers
31 views

Android preference, how to set dependancy on custom preference

I want some other preference dependent on a preference which invokes an intent to do some processing. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > ...
0
votes
0answers
51 views

Populate listview with data from shared preferences

I've build a note widget app, and now I'm trying to create an activity in which the user can see the text from previous deleted widget (so they can restore it, if deleted by mistake). I save the ...
0
votes
2answers
23 views

Shared Preferences available to all activites

Please help.. I am stacked with my thesis.. Here I use Shared Preferences, which works well between 2 activities. However, I want to keep the data available for multiple activities. How do I do that? ...
0
votes
1answer
52 views

Add link to Preferences?

I have preferences in an Android Live wallpaper app as below. (These are checkboxes). I want to add a link to a Facebook page to this list. Looking at Android PreferenceCategory on the net, I don't ...
-2
votes
1answer
37 views

ways to store uuid in android [closed]

I was wondering what will be the easiest and efficient way to store UUID in Android? I want to use UUID in my application for bluetooth transfer. The app will generate uuid when it runs for the first ...
1
vote
0answers
39 views

Action Bar Home Button not functional with nested PreferenceScreen

I found a workaround to actually enable the ActionBar home button on the nested PreferenceScreen... however it doesn't call OnOptionsItemSelected in my PreferenceActivity. Anyone know a way to ...

1 2 3 4 5 30