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 uk.bcu.ItunesSearchableActivity.java

/**
 *
 * @author Yacub
 */
public class ItunesSearchableActivity extends ListActivity implements ServiceListener {

From source file com.midisheetmusic.RecentSongsActivity.java

/** @class RecentSongsActivity
 * The RecentSongsActivity class displays a list of songs
 * that were recently accessed.  The list comes from the
 * SharedPreferences ????
 */
public class RecentSongsActivity extends ListActivity {

From source file com.midisheetmusicmemo.RecentSongsActivity.java

/** @class RecentSongsActivity
 * The RecentSongsActivity class displays a list of songs
 * that were recently accessed.  The list comes from the
 * SharedPreferences ????
 */
public class RecentSongsActivity extends ListActivity {

From source file com.ecml.RecentSongsActivity.java

/** @class RecentSongsActivity
 * <br>
 * The RecentSongsActivity class displays a list of songs
 * that were recently accessed.  The list comes from the
 * SharedPreferences ????
 */

From source file com.tk.httpClientErp.headmancheck.HeadmancheckDetailActivity.java

public class HeadmancheckDetailActivity extends ListActivity {

    private List<HashMap<String, Object>> headmancheckDetail;
    private String gd_no;
    private boolean mResult = true;

From source file org.climprpiano.midisheetmusic.RecentSongsActivity.java

/** @class RecentSongsActivity
 * The RecentSongsActivity class displays a list of songs
 * that were recently accessed.  The list comes from the
 * SharedPreferences ????
 */
public class RecentSongsActivity extends ListActivity {

From source file com.commonsware.cwac.endless.demo.EndlessAdapterDemo.java

public class EndlessAdapterDemo extends ListActivity {
    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
        setContentView(R.layout.main);

From source file com.tk.httpClientErp.headmandraw.DrawsListActivity.java

public class DrawsListActivity extends ListActivity {

    private boolean mResult = true;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.tk.httpClientErp.wsHeadCheck.WsHeadCheckList.java

/**
 * 
 * @author Administrator
 *
 */
public class WsHeadCheckList extends ListActivity {

From source file it.gmariotti.android.example.listview.ListActivity2.java

public class ListActivity2 extends ListActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setListAdapter(ListHelper.buildRecycleAdapter(this, R.layout.list_item));