Example usage for android.app ListActivity subclass-usage

List of usage examples for android.app ListActivity subclass-usage

Introduction

In this page you can find the example usage for android.app ListActivity subclass-usage.

Usage

From source file com.balakrish.gpstracker.WaypointsListActivity.java

/**
 * Waypoints list activity
 */
public class WaypointsListActivity extends ListActivity {

    /**

From source file cm.aptoide.pt.ManageRepos.java

/**
 * ManageRepos, interface class to manage and display the details
 *          of managed repositories
 * 
 * @author dsilveira
 * @since 3.0

From source file com.piusvelte.taplock.client.core.TapLockSettings.java

public class TapLockSettings extends ListActivity implements ServiceConnection, OnSharedPreferenceChangeListener {
    private static final String TAG = "TapLockSettings";
    private ProgressDialog mProgressDialog;
    private AlertDialog mDialog;
    private ArrayList<JSONObject> mDevices = new ArrayList<JSONObject>();
    private ArrayList<JSONObject> mUnpairedDevices = new ArrayList<JSONObject>();

From source file com.andrewshu.android.reddit.mail.InboxListActivity.java

/**
 * Main Activity class representing a Subreddit, i.e., a ThreadsList.
 * 
 * @author TalkLittle
 *
 */

From source file org.andstatus.app.TimelineActivity.java

/**
 * @author yvolk@yurivolkov.com
 */
public class TimelineActivity extends ListActivity implements MyServiceListener, OnScrollListener,
        OnItemClickListener, ActionableMessageList, LoaderCallbacks<Cursor> {
    private static final int DIALOG_ID_TIMELINE_TYPE = 9;

From source file pt.aptoide.backupapps.ManageRepos.java

/**
 * ManageRepos, interface class to manage and display the details
 *          of managed repositories
 * 
 * @author dsilveira
 * @since 3.0

From source file com.piusvelte.sonet.SonetComments.java

public class SonetComments extends ListActivity
        implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener {
    private static final String TAG = "SonetComments";
    private int mService;
    private long mAccount;
    private String mSid = null;

From source file de.bogutzky.psychophysiocollector.app.MainActivity.java

public class MainActivity extends ListActivity implements ShimmerImuHandlerInterface, BioHarnessHandlerInterface {

    private static final String TAG = "MainActivity";
    private static final int MSG_BLUETOOTH_ADDRESS = 1;
    private static final int REQUEST_ENABLE_BT = 707;
    private static final int PERMISSIONS_REQUEST = 900;

From source file com.piusvelte.sonet.core.SonetComments.java

import android.widget.Toast;

public class SonetComments extends ListActivity
        implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener {
    private static final String TAG = "SonetComments";
    private int mService;

From source file com.aslanoba.hwc.SettingsActivity.java

/**
 * For initial settings, the save button is disabled until all settings are available.
 * If save button is disabled, navigate away from the settings screen will discard
 * all pending settings.
 * For the following settings, the save button will be enabled if any settings have
 * been updated. Navigating away from the settings screen will prompt user to save