Top "Preferences" questions

The java.

How to add icons to Preference

I'm making an app that extends the PreferenceActivity and I want to add an icon to each Preference. I read …

android icons screen preferences
How to create preference headers groups in Android PreferenceActivity?

I am using preference headers to create settings activity using PreferenceActivity. I am trying to divide the headers into categories/…

android preferences
Tab to select autocomplete item in eclipse?

I can't find either the term autocomplete or intellisense in Preferences->General->Keys in Eclipse 3.6.2. I don't want …

eclipse configuration autocomplete intellisense preferences
Android: application-wide font-size preference

Is it possible to make an application-wide setting for the font-size to be used by all views displaying text? I …

android preferences font-size
Tab Vs Space preferences in Vim

Vim is very accommodating when it comes to tab Vs. space preferences. As I understand it, the tabstop setting indicates …

vim whitespace preferences
How to remove PreferenceCategory programmatically?

I need to remove a PreferenceCategory programmatically. I could remove the individual preferences with the following code but I need …

android preferences
Remove unwanted blank line eclipse editor

When i open any file in eclipse. it show alternative blank line after all the code lines and blank line. …

eclipse editor settings preferences
iPhone - How to detect if a key exists in NSUserDefaults standardUserDefaults

Using NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];, I use calls like BOOL boolFromPrefs = [defaults boolForKey:@"theBoolKey"]; To get a saved BOOL value. …

iphone cocoa-touch nsuserdefaults preferences key-value
Android: launch a custom Preference from a PreferenceActivity

I would like to be able launch a 2nd Preference screen from my PreferenceActivity. And in the 2nd Preference screen …

android preferences
Android: How do I reset/clear application preferences during unit testing?

I want to start with a consistent test environment so I need to reset/clear my preferences. Here's the SetUp …

android unit-testing android-activity preferences android-preferences