Top "Preferences" questions

The java.

Referencing a string in a string array resource with xml

I have preferences where you can enable/disable what items will show up on the menu. There are 17 items. I …

android xml reference preferences arrays
What is the most appropriate way to store user settings in Android application

I am creating an application which connects to the server using username/password and I would like to enable the …

java android encryption preferences credentials
Android: No Activity found to handle Intent error? How it will resolve

No Activity found to handle Intent error? How it will resolve. Preference customPref = (Preference) findPreference("DataEntryScreen"); customPref .setOnPreferenceClickListener(new OnPreferenceClickListener() { …

android android-activity android-intent preferences onitemclicklistener
Android Preferences: How to load the default values when the user hasn't used the preferences-screen?

I am using a PreferenceActivity to let the user set some values. I am feeding it the xml file with …

android default preferences
Java: java.util.Preferences Failing

My program saves encrypted product key data to the computer with the java.util.Preferences class (system preferences, not user). …

java preferences
Remove/hide a preference from the screen

I have an activity which extends PreferenceActivity. I'm loading preferences from the xml file. But in some cases i need …

android preferences
Using list preference in Android

I have a text to speech application where the user can select a language and also select a male or …

android preferences text-to-speech listpreference
How to securely store access token and secret in Android?

I am going to use oAuth to fetch mails and contacts from google. I don't want to ask the user …

android security oauth preferences token
Android: Retrieving shared preferences of other application

I have a settings application from which i have to retrieve other applications preferences, but i don't have the details …

android preferences shared
Where are the Java preferences stored in Windows 7?

We use the Java preferences in some of our apps and haven't really noticed this since the utility that makes …

java windows-7 preferences