android-preferences
Android - How to set a value for CheckBoxPreference? Or?
I\'m building an app where I need to show a settings screen when user c开发者_高级运维an check what items from which categories will be displayed in main activity\'s listview.[详细]
2023-02-26 21:17 分类:问答How to access widgets in a custom DialogPreference with a inflated layout?
Im very new to android and Im trying to load/persist values from my customized DialogPreference. Currently, this fails because findViewById returns null. Is the way I (try) to do it correct? How do I[详细]
2023-02-26 20:58 分类:问答Android: Color preference?
I would like to add an option to my application preferences that allows users to select a color, but am not sure of a good strategy.I have a color picker which I can show in a dialog, so I could use a[详细]
2023-02-24 20:55 分类:问答Problem with catching Preference Item click event
I\'m building an android application and I have a pretty dumb question - I\'ve created a preference screen and put in it a list and a checkBox. Now I handled those just fine, using the \'key\' attri[详细]
2023-02-24 09:49 分类:问答Android preferences - what is the difference?
What is the difference, when I get preferences as: PreferenceManager.getDefaultSharedPreferences(getBaseContext());[详细]
2023-02-24 04:36 分类:问答Account preferences ListPreference does not show dialog, crashes/reboots device
I\'m trying to store a some prefe开发者_开发知识库rences with my custom accounts. I\'ve defined[详细]
2023-02-21 22:07 分类:问答TimePicker in PreferenceScreen
I\'d like to create a preference field called Interval and I want to be able to popup a TimePicker and set a mm:ss formated value wi开发者_如何学Cth minimal value 00:30 and step 30 seconds.[详细]
2023-02-21 15:54 分类:问答How to open AlertDialog from preference screen?
I am developing Application in androi开发者_JAVA技巧d I want to show AlertDialogif user check the checkboxpreference from preference screen.[详细]
2023-02-20 00:50 分类:问答Dynamic ListPreference in android
How to generate dynamic listPreference in android? I want to get all wifi access points and make a list using in preference Activity(i.e. make a list using listpreference开发者_运维知识库).[详细]
2023-02-18 12:37 分类:问答how to store wsdl preferences on android?
if i am using ksoap2 to call a web service, how can i store the needed preference on android? i have the following attributes required by ksoap2:[详细]
2023-02-18 12:17 分类:问答