Example usage for android.support.v4.app ListFragment subclass-usage

List of usage examples for android.support.v4.app ListFragment subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app ListFragment subclass-usage.

Usage

From source file com.goliathonline.android.kegbot.ui.VendorsFragment.java

/**
 * A {@link ListFragment} showing a list of sandbox comapnies.
 */
public class VendorsFragment extends ListFragment implements NotifyingAsyncQueryHandler.AsyncQueryListener {

    private static final String STATE_CHECKED_POSITION = "checkedPosition";

From source file com.dabay6.libraries.androidshared.ui.fragments.BaseListFragment.java

/**
 * BaseListFragment
 *
 * @author Remel Pugh
 * @version 1.0
 */

From source file com.codinguser.android.contactpicker.ContactDetailsFragment.java

public class ContactDetailsFragment extends ListFragment {
    private TextView mDisplayName;
    private OnContactSelectedListener mContactsListener;
    private Cursor mCursor;

    @Override

From source file com.fusionx.lightirc.ui.IRCFragment.java

public abstract class IRCFragment<T extends Event> extends ListFragment implements TextView.OnEditorActionListener {

    Conversation mConversation;

    @InjectView(R.id.fragment_irc_message_box)
    EditText mMessageBox;

From source file at.wada811.android.dialogfragments.sample.ExamplesFragment.java

public class ExamplesFragment extends ListFragment {

    private ArrayList<Examples> items;

    public static ExamplesFragment newInstance() {
        ExamplesFragment fragment = new ExamplesFragment();

From source file com.google.android.apps.iosched.ui.SandboxFragment.java

/**
 * A {@link ListFragment} showing a list of sandbox comapnies.
 */
public class SandboxFragment extends ListFragment implements LoaderManager.LoaderCallbacks<Cursor> {
    private static final String TAG = makeLogTag(SandboxFragment.class);

From source file ca.psiphon.ploggy.FragmentFriendList.java

/**
 * User interface which displays a list of friends.
    
 * This class subscribes to friend and status events to update displayed data
 * while in the foreground.
 */

From source file ca.rmen.android.networkmonitor.app.prefs.FilterColumnListFragment.java

/**
 * A list of the unique values for a particular column.
 */
public class FilterColumnListFragment extends ListFragment {
    private static final String TAG = Constants.TAG + FilterColumnListFragment.class.getSimpleName();
    private static final int URL_LOADER = 0;

From source file com.beem.project.beem.ui.ContactListFragment.java

/**
 * A Fragment which display a list of contacts.
 */
public class ContactListFragment extends ListFragment implements OnClickListener {
    private String group;
    private ContactList hostActivity;

From source file com.afg.MngProductDatabase.Fragments.ListProduct_Fragment.java

public class ListProduct_Fragment extends ListFragment implements IProduct, ProductPresenter.View {

    public static Product p;

    private ProductAdapter mAdapter;
    private ListView mList;