List of usage examples for android.app ListActivity subclass-usage
From source file com.ateam.alleneatonautorentals.SalesSearchCar.java
public class SalesSearchCar extends ListActivity { String keyword = ""; private ProgressDialog progressDialog; JSONParser jsonParser = new JSONParser(); ArrayList<HashMap<String, String>> carsList;
From source file hr.kodbiro.quickbyte.activities.TrolleyActivity.java
/**
* Created by marko on 26.8.2014..
*
* Trolley Activity
* shows items in trolley and waits for order confirmation before sending it
*
From source file com.maptest.MainActivity.java
/** * The main activity of the API library demo gallery. * <p> * The main layout lists the demonstrated features, with buttons to launch them. */ public final class MainActivity extends ListActivity {
From source file com.example.hellogooglemaps.MainActivity.java
/** * The main activity of the API library demo gallery. * <p> * The main layout lists the demonstrated features, with buttons to launch them. */ public final class MainActivity extends ListActivity {
From source file com.example.mapdemo.MainActivity.java
/** * The main activity of the API library demo gallery. * <p> * The main layout lists the demonstrated features, with buttons to launch them. */ public final class MainActivity extends ListActivity {
From source file com.example.mapdemo.MainMapActivity.java
/** * The main activity of the API library demo gallery. * <p> * The main layout lists the demonstrated features, with buttons to launch them. */ public final class MainMapActivity extends ListActivity {
From source file com.mimotech.testgmapapi.MainActivity.java
/** * The main activity of the API library demo gallery. * <p> * The main layout lists the demonstrated features, with buttons to launch them. */ public final class MainActivity extends ListActivity {
From source file com.plnyyanks.frcnotebook.activities.PredefinedNoteManager.java
/**
* File created by phil on 3/1/14.
* Copyright 2014, Phil Lopreiato
* This file is part of FRC Notebook.
* FRC Notebook is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
* FRC Notebook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
From source file com.android.tests.usagestats.UsageLogActivity.java
public class UsageLogActivity extends ListActivity implements Runnable { private static final long USAGE_STATS_PERIOD = 1000 * 60 * 60 * 24 * 14; private UsageStatsManager mUsageStatsManager; private Adapter mAdapter; private Handler mHandler = new Handler();
From source file com.ateam.alleneatonautorentals.SalesViewContracts.java
public class SalesViewContracts extends ListActivity { private ProgressDialog progressDialog; JSONParser jsonParser = new JSONParser(); ArrayList<HashMap<String, String>> resList;