Top "Preference" questions

How to change the integrated terminal in visual studio code or VSCode

I want to change integrated terminal to CMDER i use Vscode on windows 8.1 i checked the doc and also preference …

visual-studio-code preference
How to set the Default Value of a ListPreference

i need to set the defult value for a ListPreference when the Activity starts. I've tried with ListPreference.setDefaultvalue("value"); …

java android android-preferences preference listpreference
Android shared preferences not saving

I've created an Android live wallpaper and i'm trying to let a user choose an image from their phone and …

android preferences wallpaper preference
Android Checkbox preference

I cannot find any tutorials on checkbox preference. I can use a listpreference, but I can't use checkbox preference. For …

android preference
creating a DialogPreference from XML

I have been attempting to use an android.preference.DialogPreference inflated from XML, but the documentation seems to be missing …

android xml preference
Dynamic ListPreference in android

How to generate dynamic listPreference in android? I want to get all wifi access points and make a list using …

android android-preferences preference
How to prevent Sublime Text 2 from opening that last open file / project when starting up

I am on Lion - and in the command line, when I open up my project using "subl ." in my …

preference sublimetext
Android: How to remove margin/padding in Preference Screen

I am facing very weird problem in designing preference screen. Though I am not giving any margin in layout,it …

android preference checkboxpreference
Android build errors

I'm getting these errors when trying to build my app in Eclipse. Things started going downhill when the compiler warned …

android eclipse compiler-errors preference
Android SeekBarPreference

I'm currently trying to implement SeekBarPreference class using http://android-journey.blogspot.com/2010/01/for-almost-any-application-we-need-to.html tutorial with RelativeLayout. First problem is …

android seekbar preference