List of usage examples for android.app ListActivity subclass-usage
From source file org.benetech.secureapp.activities.MainActivity.java
public class MainActivity extends ListActivity implements ICacheWordSubscriber, FormAdapterItemClickListener, LoaderCallbacks<Cursor>, MartusUploadManager.MartusUploadManagerCallback, LogoutActivityHandler { private static final String TAG = "MainActivity"; private CacheWordHandler cacheWordActivityHandler; private ProgressDialogHandler mProgressDialogHandler;
From source file edu.cens.loci.ui.VisitDetailActivity.java
public class VisitDetailActivity extends ListActivity implements AdapterView.OnItemClickListener { private static final String TAG = "VisitDetail"; private TextView mPlaceName; private ImageView mPlaceTypeIcon;
From source file org.csploit.android.WifiScannerActivity.java
@SuppressWarnings("deprecation") public class WifiScannerActivity extends ListActivity { public static final String CONNECTED = "WifiScannerActivity.CONNECTED"; private WifiManager mWifiManager = null; private WirelessMatcher mWifiMatcher = null; private TextView mStatusText = null;
From source file org.teleal.cling.android.browser.MainActivity.java
/** * @author Christian Bauer */ public class MainActivity extends ListActivity { private static Logger log = Logger.getLogger(MainActivity.class.getName());
From source file com.gimranov.zandy.app.ItemActivity.java
import java.net.URL; import java.net.URLConnection; import java.util.ArrayList; public class ItemActivity extends ListActivity {
From source file fm.smart.r1.ItemActivity.java
/**
* Okay, so seems like I should have been customizing a listActivity rather than
* drawing things as part of a table:
* http://developer.android.com/reference/android/app/ListActivity.html I can
* specify my own row layouts, and the surround the list itself with other stuff
*
From source file org.openhab.habdroid.ui.OpenHABRoomSettingActivity.java
/**
* This class provides app activity which displays list of openHAB
* widgets from sitemap page
*
* @author Victor Belov
*
From source file cl.droid.transantiago.activity.TransChooseServiceActivity.java
public class TransChooseServiceActivity extends ListActivity { protected ProgressDialog progress; Bundle b; String[] locationInfo; String[] locationNames;
From source file fm.smart.r1.activity.ItemActivity.java
/**
* Okay, so seems like I should have been customising a listActivity rather than
* drawing things as part of a table:
* http://developer.android.com/reference/android/app/ListActivity.html I can
* specify my own row layouts, and the surround the list itself with other stuff
*
From source file com.kdao.cmpe235_project.UploadActivity.java
/** * UploadActivity is a ListActivity of uploading, and uploaded records as well * as buttons for managing the uploads and creating new ones. */ public class UploadActivity extends ListActivity {