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.example.Toasti.ui.ContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file com.androzic.Preferences.java

public class Preferences extends ListFragment {
    private FragmentHolder fragmentHolderCallback;

    private final ArrayList<Header> headers = new ArrayList<>();
    private HeaderAdapter adapter;

From source file com.audiokernel.euphonyrmt.fragments.QueueFragment.java

/**
 * A fragment for showing the media player's current playlist queue.
 */
public class QueueFragment extends ListFragment implements StatusChangeListener, OnMenuItemClickListener {

    protected static final boolean DEBUG = false;

From source file com.example.contactslist.ui.ContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file com.appsol.sharewithcontact.ui.ContactsListFragment.java

public class ContactsListFragment extends ListFragment
        implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {

    HashMap<String, String> contactvalue;

    // Defines a tag for identifying log entries

From source file com.example.android.contactslist.ui.groupsEditor.GroupsEditorFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * {@link com.example.android.contactslist.ui.ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file co.nerdart.ourss.fragment.FeedsListFragment.java

public class FeedsListFragment extends ListFragment {

    private FeedsCursorAdapter mListAdapter;
    private DragNDropExpandableListView mListView;

    @Override

From source file com.dsdar.thosearoundme.util.ContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider.
 * Each item in the list shows the contact's thumbnail photo and display name.
 * On devices with large screens, this fragment's UI appears as part of a
 * two-pane layout, along with the UI of {@link ContactDetailFragment}. On
 * smaller screens, this fragment's UI appears as a single pane.

From source file com.dsdar.thosearoundme.util.MemberAddContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider.
 * Each item in the list shows the contact's thumbnail photo and display name.
 * On devices with large screens, this fragment's UI appears as part of a
 * two-pane layout, along with the UI of {@link ContactDetailFragment}. On
 * smaller screens, this fragment's UI appears as a single pane.