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.hardwarebreakout.bleboosterdemo.DeviceScanActivity.java

/**
 * Activity for scanning and displaying available Bluetooth LE devices.
 */
public class DeviceScanActivity extends ListActivity {
    private LeDeviceListAdapter mLeDeviceListAdapter;
    private BluetoothAdapter mBluetoothAdapter;

From source file com.wbs.itm.TimetableActivity.java

public class TimetableActivity extends ListActivity {

    private ProgressDialog pDialog;
    JSONParser jParser = new JSONParser();
    ArrayList<HashMap<String, String>> timetableList;
    private static String url_all_timetable = "http://thewbs.getfreehosting.co.uk/itmuapp/fetchtimetable.php";

From source file com.skalski.raspberrycontrol.Activity_TempSensors.java

public class Activity_TempSensors extends ListActivity implements SwipeRefreshLayout.OnRefreshListener {

    private static final String LOGTAG = "RaspberryControl";
    private static final String LOGPREFIX = "TEMPSENSORS: ";

    private static final String TAG_ERROR = "Error";

From source file com.wbs.itm.AllResultsActivity.java

public class AllResultsActivity extends ListActivity {

    private ProgressDialog pDialog;
    JSONParser jParser = new JSONParser();
    ArrayList<HashMap<String, String>> resultsList;
    private static String url_all_results = "http://thewbs.getfreehosting.co.uk/itmuapp/fetchresult.php";

From source file com.nolanofra.test.lazyLoader.MainActivity.java

public class MainActivity extends ListActivity {

    public Bitmap placeholder;

    VideosArrayAdapter videoArrayAdapter;
    ArrayList<Video> videos;

From source file com.msdpe.storagedemo.TablesActivity.java

public class TablesActivity extends ListActivity {
    private Context mContext;
    private StorageService mStorageService;
    private ActionMode mActionMode;
    private int mSelectedTablePosition;

From source file com.wbs.itm.AllQuestionActivity.java

public class AllQuestionActivity extends ListActivity {

    private ProgressDialog pDialog;
    JSONParser jParser = new JSONParser();
    ArrayList<HashMap<String, String>> questionsList;
    private static String url_all_questions = "http://thewbs.getfreehosting.co.uk/talky/fetchqs.php";

From source file com.example.shahrukhqasim2.deepmount.DeviceScanActivity.java

/**
 * Activity for scanning and displaying available Bluetooth LE devices.
 */
public class DeviceScanActivity extends ListActivity {
    private LeDeviceListAdapter mLeDeviceListAdapter;
    private BluetoothAdapter mBluetoothAdapter;

From source file com.github.w666.ezonwatch.DeviceScanActivity.java

/**
 * Activity for scanning and displaying available Bluetooth LE devices.
 */
public class DeviceScanActivity extends ListActivity {
    private LeDeviceListAdapter mLeDeviceListAdapter;
    private BluetoothAdapter mBluetoothAdapter;

From source file com.wholegroup.rally.ScoreActivity.java

/** */
public class ScoreActivity extends ListActivity {
    /** ? ?   . */
    private final static int RECORDCOUNT = 10;

    /** ?? ?  . */