Example usage for android.preference PreferenceActivity subclass-usage

List of usage examples for android.preference PreferenceActivity subclass-usage

Introduction

In this page you can find the example usage for android.preference PreferenceActivity subclass-usage.

Usage

From source file jieehd.villain.updater.VillainUpdater.java

public class VillainUpdater extends PreferenceActivity {

    Button btnDown;
    HttpClient client;
    JSONObject json;
    JSONObject device;

From source file tw.idv.palatis.danboorugallery.SettingsActivity.java

/**
 * A {@link PreferenceActivity} that presents a set of application settings. On
 * handset devices, settings are presented as a single list. On tablets,
 * settings are split by category, with category headers shown to the left of
 * the list of settings.
 * <p>

From source file org.span.manager.ChangeSettingsActivity.java

public class ChangeSettingsActivity extends PreferenceActivity implements OnSharedPreferenceChangeListener {

    public static final String TAG = "ChangeSettingsActivity";

    private static int ID_DIALOG_RESTARTING = 10;

From source file org.mozilla.gecko.GeckoPreferences.java

public class GeckoPreferences extends PreferenceActivity implements OnPreferenceChangeListener, GeckoEventListener {
    private static final String LOGTAG = "GeckoPreferences";

    private ArrayList<String> mPreferencesList;
    private PreferenceScreen mPreferenceScreen;
    private static boolean sIsCharEncodingEnabled = false;

From source file com.willhauck.linconnectclient.SettingsActivity.java

@SuppressWarnings("deprecation")
public class SettingsActivity extends PreferenceActivity {
    private String jmDnsServiceType = "_linconnect._tcp.local.";

    private JmDNS mJmDNS;
    private ServiceListener ServerListener;

From source file com.nit.vicky.CramDeckOptions.java

/**
 * Preferences for the current deck.
 */
public class CramDeckOptions extends PreferenceActivity implements OnSharedPreferenceChangeListener {

    private JSONObject mDeck;

From source file com.harshad.linconnectclient.SettingsActivity.java

@SuppressWarnings("deprecation")
public class SettingsActivity extends PreferenceActivity {
    private String jmDnsServiceType = "_linconnect._tcp.local.";

    private JmDNS mJmDNS;
    private ServiceListener ServerListener;

From source file com.ichi2.anki.CramDeckOptions.java

/**
 * Preferences for the current deck.
 */
public class CramDeckOptions extends PreferenceActivity implements OnSharedPreferenceChangeListener {

    private JSONObject mDeck;

From source file com.ichi2.anki2.CramDeckOptions.java

/**
 * Preferences for the current deck.
 */
public class CramDeckOptions extends PreferenceActivity implements OnSharedPreferenceChangeListener {

    private JSONObject mDeck;

From source file com.github.howeyc.slideshow.activities.SettingsActivity.java

@SuppressWarnings("deprecation")
public class SettingsActivity extends PreferenceActivity
        implements SharedPreferences.OnSharedPreferenceChangeListener {

    private static final String TAG = SettingsActivity.class.getSimpleName();
    private PreferenceCategory myCat2;