An instance of the class Preferences represents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way.

learn more… | top users | synonyms

0
votes
3answers
61 views

Create a Preference that uses NFC in a dialog

I have a subclass of EditTextPreference that lets the user enter some structured text, and validates it before closing the dialog. I'd like to let the user enter this text by scanning an NFC tag while ...
0
votes
2answers
162 views

How to add a Header and Preference Object to PreferenceActivity not using an XML file but Java?

I have PreferenceFragment and a PreferenceActivity from which I add headers from a XML file on this way: PreferenceActivity @Override public void onBuildHeaders(List<Header> target) { ...
2
votes
2answers
179 views

usage of findviewbyid in preferenceactivity

I have a preference screen and i am specifying a layout resource using the android:layout attribute. In the preference activity i am using/inflating the preference using addPreferencesFromResource ...
0
votes
0answers
75 views

How to handle RadioButton checked event in Preferences?

I want my listview in sorted order as selected option from Preferences that i created so can any tell me or provide me a code to handle the check event of radio button?? <PreferenceCategory ...
0
votes
1answer
15 views

Android preferences page isn't displaying once clicked, how do I get this to work?

I am trying to create a preferences page that once an item is selected, it goes to the preference page for the app. When I click on the item, it doesn't work. Please can someone help me in finding out ...
3
votes
1answer
138 views

findViewById returns null for preference layout

I have a preference screen (responder_generic.xml) as follows: <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > ...
0
votes
1answer
39 views

Android application design starting point

I have just starting learning Android development. I am familiar with the Java and Adobe Flex UI. I have basic design curiosity regarding the android development. What could be the ideal design to ...
1
vote
0answers
66 views

Preference Screen options (CheckBoxPreference and EditTextPreference) is not showing

I am new to android. My Preference Screen option is not showing. I am following below tutorial section "Preferences" and "Creating the Settings ...
2
votes
1answer
30 views

Restore preference after it removing

In PreferenceActivity I get the Preference myPref by calling myPref = findPreference(..) after that I check for some condition and remove it from "PreferenceList" like this : ...
0
votes
0answers
11 views

How can I define a list of simultaneously active preferences?

One of the settings my app uses actually consists of a collection of settings, each of which includes several EditTextPreferences and CheckBoxPreferences. During the initial configuration, the user ...
0
votes
0answers
69 views

Android load preferences right away using preference fragment

I have a home screen and I am trying to load the settings for the main application before the user goes to it. Until the user actually goes to the settings page, the settings are never loaded. I am ...
0
votes
2answers
201 views

How to set value of a preference dynamically?

Im using a special implementation of preferenceActivity which allows using headers and is compatible with older android versions too.What i want to accomplish is that i want to reset a ...
0
votes
1answer
65 views

I cannot get Mono for Android activity preference to work

In my mono for android app I want to save a user setting for an activity into the activities preference. I do this whenever the user changes this value: ISharedPreferences prefs = ...
1
vote
1answer
162 views

Android switchpreference how can i set the switch preference default value?

I have a switch preference and want it to be defaulted "ON"... in the xml, <SwitchPreference android:defaultValue="true" android:key="PromoNotificationOnOff" ...
3
votes
1answer
97 views

Android : Where should a OnSharedPreferenceChangeListener be defined/registered

Design question basically - having a PreferenceActivity should one make it implement OnSharedPreferenceChangeListener or should one define this functionality in another class - say in an inner class ? ...
0
votes
2answers
79 views

about alarm manager in android

I have made an alarm manager to schedule some user defined events and it is working successfully then I have made a setting screen (from preference activity) to let the user to change some setting ...
1
vote
1answer
323 views

when don't keep activities selected on Setting , progress dialog is not dismissing

when "don't keep activities" is selected on Setting's Developer Options progress dialog is not dismissing. Actually, I am displaying the Progerss bar,for initialize the Application, When I am going to ...
0
votes
1answer
36 views

How do I remove a Preference in a PreferenceActivity that has been long-pressed? [closed]

I have a PreferenceActivity and I'm adding a few Preferences to it dynamically when my activity starts. When one of these items are long-pressed, I'd like to remove that Preference. I dug around and ...
0
votes
0answers
38 views

Is it possible to use Android preference management inside an activity without inherit it from PreferenceActivity?

I want to build my custom preference activity without inherit it from PreferenceActivity, but I want to keep the standard xml Android preference management. Is it possible? Something like: public ...
0
votes
1answer
188 views

Android inflating custom view in XML ClassNotFound error

I have some problems with my XML code i hope you can help me with. I have this class in this package: package com.example.myview public class CustomDialog extends DialogPreference { public ...
1
vote
0answers
75 views

How to get the previous screen brightness value when the setting is in the auto-mode?

I want to get the previous screen brightness when the Brightness in the Display settings is in the auto-mode. I try to use the following code: WindowManager.LayoutParams lp = ...
1
vote
3answers
56 views

EditTextPreference single line

Is there anyway to make an EditTextPreference single line? I think that there is no property by default, that can do that. Is necessary to rewrite the object? Anyone have this done?
0
votes
2answers
101 views

How to make a TextView look like a Setting's PreferenceCategory Header

This should be something pretty easy to figure out, but I've just not been able to find the answer anywhere. I am trying to make a regular TextView look very similar, to the Preference Category ...
0
votes
2answers
58 views

setting initial summary of the preferences on Android 3.0+

In the next code there is two findpreference(key), the first is in onCreate() and it returns null, but the second returns the preference correctly. I need the first to work well for initialize the ...
0
votes
1answer
102 views

Why custom Preference has larger text size?

I have a custom preference for showing icon with title and summary. But I don't know why its title has a larger text size compared to the normal preferences (built in one). Here are the source and ...
2
votes
1answer
188 views

preferencefragment no view found for id android

I had the getpreferencescreen deprecated so I tryed to implement the header preference activity. here is my code: public class EditPreferences extends PreferenceActivity { ListPreference ...
1
vote
1answer
76 views

Saving preferences causes stackoverflow error

I have the following code: sP = PreferenceManager.getDefaultSharedPreferences(this); OnSharedPreferenceChangeListener listener = new SharedPreferences.OnSharedPreferenceChangeListener() { ...
0
votes
3answers
45 views

How to change background of prefs activity?

I have a prefs xml activity with one checkbox for sound on and off and an editbox for user to type in his/her name. Is there a way to make the prefs activity fullscreen and to set a background? I want ...
2
votes
1answer
89 views

How to change state of a preference item from outside the PreferenceActivity?

There are some features in my app which require android version 4.2+. So in my main activity, i will need to check for available OS features and modify(Enable/Disable)preferences items which are ...
0
votes
3answers
279 views

Get event on dialog( Ok ,Cancel) button pressed(Android)

In my Android application I am displaying the dialogbox which contains edittext. This dialogbox is displayed using PreferenceCategory.My xml file looks like <PreferenceScreen ...
0
votes
2answers
107 views

Send http-get from PreferenceFragment (live-wallpaper)

I created a wallpaper (for my Android 4.0.3) but I have a problem with the preferences. When I try to invoke a service http-get from PreferenceFragment, I do not get any response. In practice, it ...
0
votes
0answers
52 views

Calling another Class from preference activity fragment

I want to unlink a device, so I have a Unlink.java Class where I would unlink the device. In my preference activity I have the Unlink preference under an Advanced header. How should my ...
0
votes
1answer
222 views

PreferenceFragment: start AlertDialog in onSharedPreferenceChanged()

I am trying to show an AlertDialog message when a SwitchPreference is clicked. I was trying to use this, but I got an error: The constructor AlertDialog.Builder(Settings) is undefined. So I used ...
0
votes
0answers
53 views

Custom preference - When do onSaveInstanceState and onRestoreInstanceState get called?

I wrote a custom DialogPreference following the guidelines in the developer's guide. I overrode both onSaveInstanceState and onRestoreInstanceState, but when do they get called? They don't get called ...
0
votes
0answers
99 views

Custom preference - Saving state

I have extended DialogPreference in order to get a dialog with some NumberPickers in it. I tried to follow the developer's guide on how to build a custom preference, but there's one step where I get ...
0
votes
0answers
27 views

Trigger notifyChanged of custom DialogPreference parent

I created a custom DialogPreference and would like to trigger notifyChanged of its parent, which is a PreferenceCategory. It should be triggered in my overridden onDialogClosed, but I don't know how ...
0
votes
0answers
82 views

Change SettingsPreferenceFragment header icon in Android

i'm trying to change the header icons of a preference fragment without any luck. I tried setting it on Manifest and didn't work, also, i red something here on stackoverflow by calling Window. but it ...
0
votes
2answers
80 views

How to save user defined preferences?

Is it ok to save user defined preferences in another preference (comma separated) or is there a cleaner and better way? <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen ...
1
vote
2answers
189 views

Can't get the PreferenceFragment to work (Compiling error)

I am getting error when i try to compile my project: "The method add(int, Fragment) in the type FragmentTransaction is not applicable for the arguments (int, FragmentPreferences)". As far as i know, ...
2
votes
5answers
170 views

Run a piece of code only once when an application is installed

I want to run a piece of code only once in my application and is when i run it for the first time (newly installed app). How could i do this, can anyone explain giving a piece of code. Actually, in ...
0
votes
1answer
58 views

Preventing edittextpreference from updating summary for inputtype password

I want to prevent user from viewing the password entered in edittextpreference in the preference summary.I have handled it logically to not update the summary as follows: if ...
0
votes
0answers
85 views

Switching between SwitchPreference and CheckBoxPreference using include and merge

I am building an application with minSDKVersion="8" and maxSDKVersion="16". I am using preferences to build my UI. For switching between Switch and CheckBox based on the application version i.e. API ...
3
votes
2answers
69 views

Is it possible to recreate activity and keep the runtime instance?

I create a SettingsActivity to let the users set the preferences. One of the preference is skin color. Intent settingIntent = new Intent(this, SettingsActivity.class); ...
0
votes
0answers
78 views

findPreference in a Honeycomb-compliant preference screen

My scenario is simple: one of my preferences is a premium feature that is activated only when the user has purchased an in-app product. I have a PreferenceScreen that is both compliant to ...
0
votes
0answers
41 views

Multiple values in one Android Preference using XML

The application I work on currently has one XML file containing a PreferenceScreen and a PreferenceCategory as well as a number of EditTextPreferences. The PreferenceScreen is displayed using ...
1
vote
2answers
49 views

Android Is it posible to get an Activity's preference value from a Service?

Given that a Service may be running even when the launching activity is destroyed, and also that data is passed usually using the extra bundle along the intent, I wonder if the Service is able to ...
0
votes
2answers
54 views

Storing new data in settings

In my application a user can save server profiles which the program will then connect to. Since I don't know the amount of connection profiles the user will add I can't simply put it in a ...
2
votes
1answer
125 views

Letting user change default orientation

I would like to allow the user to change the option of allowing Android to be displayed in portrait or landscape. What I do is allow the user to set a preference and then force it on the program. At ...
0
votes
1answer
63 views

Using Custom Libraries

So I'm pretty new to Android Development and I'm curious if I'm missing anything when I'm importing libraries into my android project. I followed this guide on android website and made a new project ...
3
votes
2answers
62 views

Better way of upping my Minimum API Level?

So I just had to up my min API level to 11 for the Preference (addpreferenceresource was depreciated) - turns out 9-10 takes out like 50% of the market. So my question is, is it better to just ...

1 2 3 4 5 15