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.wbs.itm.AllEventsActivity.java

public class AllEventsActivity extends ListActivity {
    private ProgressDialog pDialog;
    // Creating JSON Parser object
    JSONParser jParser = new JSONParser();
    ArrayList<HashMap<String, String>> NoticesList;
    private static String url_all_notices = "http://thewbs.getfreehosting.co.uk/itmuapp/fetchnotice.php";

From source file fr.cph.chicago.activity.SearchActivity.java

/**
 * Activity that display search result
 * 
 * @author Carl-Philipp Harmant
 * @version 1
 */

From source file br.com.oficinapp.blog.restclient.MainActivity.java

/**
 * Atividade que ir realizar a pesquisa de estados em um servio REST,
 * utilizando a biblioteca Apache HttpClient e AsyncTask.
 * 
 * @author Thiago Uriel M. Garcia (oficinapp@gmail.com.br)
 */

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

public class ContainersActivity extends ListActivity {
    private Context mContext;
    private StorageService mStorageService;
    private ActionMode mActionMode;
    private int mSelectedContainerPosition;

From source file ru.orangesoftware.financisto2.activity.MyEntityListActivity.java

@EActivity
@OptionsMenu(R.menu.entity_list_menu)
public abstract class MyEntityListActivity<T extends ActiveMyEntity> extends ListActivity {

    private static final int NEW_ENTITY_REQUEST = 1;
    private static final int EDIT_ENTITY_REQUEST = 2;

From source file com.android.waleed.arduino101led.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.madgag.android.lazydrawables.samples.DemoListActivity.java

public class DemoListActivity extends ListActivity {
    public static final String TAG = "DLA";
    private final static int CLEAR_STORAGE_ID = Menu.FIRST;
    private File storageDirectory = new File(Environment.getExternalStorageDirectory(), TAG + "-icons");

    @Override

From source file com.example.android.plenty.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.skalski.raspberrycontrol.Activity_GPIO.java

public class Activity_GPIO extends ListActivity implements SwipeRefreshLayout.OnRefreshListener {

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

    private static final String TAG_ERROR = "Error";

From source file com.example.android.bluetoothlegatt.DeviceScanActivity.java

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