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.markuspage.android.atimetracker.Tasks.java

/**
 * Manages and displays a list of tasks, providing the ability to edit and
 * display individual task items.
 *
 * @author ser
 */

From source file in.shick.diode.user.ProfileActivity.java

/**
 * Activity to view user submissions and comments.
 * Also check their link and comment karma.
 *
 * @author TalkLittle
 *

From source file com.andrewshu.android.reddit.profile.ProfileActivity.java

/**
 * Activity to view user submissions and comments.
 * Also check their link and comment karma.
 * 
 * @author TalkLittle
 *

From source file com.andrewshu.android.reddit.user.ProfileActivity.java

/**
 * Activity to view user submissions and comments.
 * Also check their link and comment karma.
 * 
 * @author TalkLittle
 *

From source file com.andrewshu.android.reddit.threads.ThreadsListActivity.java

/**
 * Main Activity class representing a Subreddit, i.e., a ThreadsList.
 * 
 * @author TalkLittle
 *
 */

From source file in.shick.diode.threads.ThreadsListActivity.java

import android.widget.ProgressBar;
import android.widget.TextView;
import android.widget.Toast;

/**
 * Main Activity class representing a Subreddit, i.e., a ThreadsList.

From source file com.andrewshu.android.reddit.comments.CommentsListActivity.java

/**
 * Main Activity class representing a Subreddit, i.e., a ThreadsList.
 * 
 * @author TalkLittle
 *
 */

From source file com.ezac.gliderlogs.FlightOverviewActivity.java

public class FlightOverviewActivity extends ListActivity implements LoaderManager.LoaderCallbacks<Cursor> {

    private static final int DELETE_ID = Menu.FIRST + 1;
    protected static String TAG = "FlightsOverview";
    private SimpleCursorAdapter adapter;
    //

From source file com.shafiq.myfeedle.core.MyfeedleNotifications.java

public class MyfeedleNotifications extends ListActivity {
    // list the current notifications
    // check for cache versions in statuses first, falling back on reloading them from the service
    private static final int CLEAR = 1;
    private static final String TAG = "MyfeedleNotifications";
    private MyfeedleCrypto mMyfeedleCrypto;

From source file com.shafiq.myfeedle.core.MyfeedleComments.java

public class MyfeedleComments extends ListActivity
        implements OnKeyListener, OnClickListener, TextWatcher, DialogInterface.OnClickListener, OnCancelListener {
    private static final String TAG = "MyfeedleComments";
    private int mService;
    private long mAccount;
    private String mSid = null;