Android :: User Preferences File Vs App Preferences File
Jun 23, 2010
My android application has two kinds of preferences:
1) I have user preferences defined in res/xml/preferences.xml so that users can manage their preferences with a PreferenceActivity.
2) I'd like to define another file for global configuration preferences of my app.
What is the best way to manage my app config preferences? Should I create another XML file with config values or should I specify those config values in strings.xml? What is the best practice for managing config preferences?
View 3 Replies
Apr 22, 2010
I am using a PreferenceActivity to let the user set some values. I am feeding it the xml file with the defined preferences.
I have set all the android:defaultValue="" for them.
When I start my application, I need the preferences, or if they are not set yet manually, I want the default values:
CODE:.................
However, when android:defaultValue="true" I still get false. So, it looks like the defaultValues set in the XML are not used anywhere but when initializing the preferences-screen.
I don't want to hardcode the default values in the getBoolean() method. So, is there a way get the default-values with only defining these in 1 place?
View 2 Replies
View Related
Nov 17, 2009
Trying to create shared preferences for my class representing my api and one for my main class. I create a shared preference file by making this call in my api & main classes String PREF_NAME = "API"; this.pref = context.getSharedPreferences( PREF_NAME, Context.MODE_PRIVATE );
the log gives me this....................
View 2 Replies
View Related
Nov 5, 2010
I can create a new preferences file by calling Context.getSharedPreferences(String name, int mode), putting some values in the returned preferences' editor, and committing. However, I don't see an interface in the API to remove the created file when I no longer need it. I've tried Context.deleteFile(String name), passing in the same name argument from above, but that returns false, indicating the file wasn't actually deleted. I'm using MODE_PRIVATE, if that makes a difference. Browsing the source for context's implementation of the editor doesn't reveal any clues either, as far as I can tell. Any ideas? The background here is that I'm allowing my users to save copies of their "current" preferences so that they can restore previously saved settings. When they don't want those settings anymore, I want to remove the saved preferences file so it doesn't take up space. At the moment the best I can do is an edit().clear().commit on the file, which I believe will remove most of the contents. Not as good as delete, though.
View 1 Replies
View Related
Aug 3, 2010
I am planning to store a password in my Native app (Android and iPhone). Should I store them after encrypting it ? or can I store it without any encryption? Are they really secure?
View 3 Replies
View Related
Mar 19, 2010
My application is used on multiple platforms so it saves it preferences to a file (rather than to the standard Android SharedPreferences).
Is there any easy of reusing the PreferenceActivity to save preferences to a file or is it a case of creating a whole new activity to do the job? If the latter is the case is there a layout I can use that will make the activity look like the normal preferences screen? PreferenceActivity uses com.android.internal.R.layout.preference_list_content but this doesn't appear to be available to apps for reuse.
View 2 Replies
View Related
Jun 25, 2010
i am trying to store the user preference whether he checks the checkbox or not ,but when i restart the activity, i am not able to restore the preference. here's what i have tried..................
View 2 Replies
View Related
Nov 2, 2010
I have a ListActivity and a MapActivity. I would like to launch either one of these activities on application startup that has been chosen by the user in a preferences window.
So far the only way I see to launch an activity on application startup is to specify it in the application manifest file using...code...
I am thinking I might have to start an activity that does nothing but looks at the user preferences and then launches either the ListActivity or MapActivity. Seems like a waste to have an activity do nothing but launch another activity. In my research I have not found any solution to this problem.
View 2 Replies
View Related
Jun 20, 2010
Will the data still be there after the user restarts his / her phone or changes SIM / battery?
View 2 Replies
View Related
Oct 5, 2010
If I store some user settings and information in shared preferences in my android apps, and then I update the app in the Market, will those settings be erased when the app updates?
View 1 Replies
View Related
Nov 8, 2010
I am attempting to add a simple preferences file in a new Android project (New -> Android XML File), but it doesn't appear to be working correctly.
There is no root element to choose from when I select the Preference type layout. If I press Finish, it doesn't do anything. See screenshot below.
View 3 Replies
View Related
Oct 5, 2010
Is there a way to use ListAdapter in preferences screen ? or i must use only chekboxpreference, textpreferences, etc....
View 1 Replies
View Related
Aug 6, 2009
Can any body know how we can use the preference & widgets together .
I want to use preferences to show like a list & want to show buttons at the bottom of similar screen?
View 5 Replies
View Related
Oct 15, 2009
How I can access and modify the system preferences (the options you see on system 'Settings' application)?
Cheersss, Armond
View 2 Replies
View Related
Jul 9, 2009
I would like to give users a choice of starting one of three different activities by choosing from three mutually choices. And I would like to provide users these choices as Preferences. If I use CheckboxPreference, user can select more than choices. Something like "RadioGroupPreference" would be good but it is not available from SDK. Can mutually exclusive preferences be implemented? Pointers or suggestions are greater appreciated.
View 3 Replies
View Related
Feb 26, 2009
I'm trying to give an option to users to be able to change the theme to the light one. I can't find any command or anything for this. I know I can set this in the Manifest file but this is not what I'm looking for.
View 3 Replies
View Related
Jan 22, 2009
I'm having this problem with one of my apps where some people are reporting that their preferences are not being saved when they close and resume the app. The preferences theyre talking about happen to be actual Preferences (i.e. the built-in preferences manager for an activity). They say they're not doing anything special, just exiting the app and going back to it. Does anyone know why the prefs wouldn't be saved for only this select few people? I'm at a complete loss.
View 10 Replies
View Related
Mar 7, 2009
Is there a way to launch a dialog (say, the dialog I show to users the first time they launch the app) from a preferences entry? I don't see any examples doing this in the API Demos, nor have I seen it out in the wild. I do see a class called DialogPreference, but this doesn't seem to be what I want.
View 3 Replies
View Related
Jan 19, 2009
I'm having a hard time trying to understand how the preferences activity works. Right now I have an activity for my preferences using a XML layout that has this:
CODE:............
The thing is that everything I do in the preferences are saved. I can reboot the emulator and I can access the preferences. I want to know how can I access this key from another activity on my application.
This is my activity:
CODE:.................
View 4 Replies
View Related
Jan 21, 2009
In a preferences screen in my application which is build by extending the PreferenceActivity i need to change background on the window itself and on the PreferenceCategory. How i can do it via Themes/Styles ? Which attributes i need to define ?
View 3 Replies
View Related
Sep 16, 2010
I downloaded launcherpro, and there is no application icon with the rest of my apps. I wanted to fix my screens and stuff, but I cannot find the preferences for the app. I cant even find the app on my phone. It changed my home screens from 7 to 3. Is there only a way to get to the preferences by purchasing LauncherProPlus?
View 1 Replies
View Related
Mar 1, 2010
I'm trying to make a somewhat advanced settings Activity (one that has a RadioGroup in one of the cells). The layout xml file contains the following:
CODE:.......
View 4 Replies
View Related
Nov 2, 2010
I'm trying to remove a preference from the screen so it isn't visible if the user is using an SDK greater than 2.2. I've found several answers saying that getPreferenceScreen().removePreference(thePreference) will work, but I'm getting FALSE returned every time I try it. Am I using it in the wrong place?
Any clue from my code?
CODE:.................
View 2 Replies
View Related
Jul 28, 2010
I want to know how we can use shared pref in different application.
View 5 Replies
View Related
Sep 6, 2010
Does Android provide smth. like that OR do I have to check every time during start of my app "Oh, am I freshly installed? Do I have to initialize the Shared Preferences now?"
View 2 Replies
View Related
Oct 29, 2010
I have a user preference in my app, which gets ued by different activity. I would like to know the best way to utilize those preferences between different activities in my App.
I have this idea to create a shared preference object from the main activity and from there send intents to the different activities to take actions. would it work?.. or just keep calling getsharedpreferences() from every activity?
View 3 Replies
View Related
Oct 18, 2010
I've just created some preferences using the PreferenceScreen XML following the Earthquake example from Wrox's "Professional Android Development" book.
Using the emulator, how do I accept the preferences?
If I use the back button I return a Activity.RESULT_CANCELED. So which key returns the Activity.RESULT_OK code?
View 1 Replies
View Related
Jul 14, 2010
I know only primitives can be stored in the android preferences, but do arrays count? Can I store an array of, say, Strings or booleans in an android preference?
View 1 Replies
View Related
Apr 30, 2010
I seem to be having trouble reading preferences from my AppWidgetProvider class. My code works in an Activity, but it does not in an AppWidgetProvider. Here is the code I am using to read back a boolean:
SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0);
boolean autoreplyon = settings.getBoolean("autoreplyon", false);
However, I get the "The method getSharedPreferences(String, int) is undefined for the type widget" error (widget is the name of my AppWidgetProvider class).
View 1 Replies
View Related
Mar 8, 2010
I am creating a simple Android widget with a typical usecase of having many instances of it running at once.
Using the stock preferencesmanager, it seems each instance of the widget shares the same preferences.
Is there any way to not have this happen?
View 1 Replies
View Related