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 at.ac.tuwien.detlef.fragments.PodListFragment.java

public class PodListFragment extends ListFragment implements PodcastDAO.OnPodcastChangeListener {

    private static final String TAG = PodListFragment.class.getName();

    private PodListAdapter adapter;
    private PodListModel<Podcast> model;

From source file app.hacked.ChatFragment.java

public class ChatFragment extends ListFragment {
    RequestQueue queue = null;
    EditText Message = null;
    Account[] accounts = null;
    List<ChatMessage> chatMessages;
    ChatAdapter adapter = null;

From source file com.google.devrel.samples.compute.android.ItemListFragment.java

/**
 * A list fragment representing a list of Items. This fragment
 * also supports tablet devices by allowing list items to be given an
 * 'activated' state upon selection. This helps indicate which item is
 * currently being viewed in a {@link ItemDetailFragment}.
 * <p/>

From source file com.example.switchuser.SettingsFragment.java

public class SettingsFragment extends ListFragment {

    public static final String TAG = "SettingsFragment";
    private static final String CURRENT_SLOT_KEY = "CurrentSlot";

    private SlotManager slotManager;

From source file com.github.marcosalis.kraken.demo.fragments.PhotosListFragment.java

/**
 * ListFragment that displays a list of images from a {@link BitmapCache}.
 * 
 * @since 1.0
 * @author Marco Salis
 */

From source file com.example.xyzreader.cp7.ArticleListFragment.java

/**
 * A list fragment representing a list of Articles. This fragment also supports tablet devices by
 * allowing list items to be given an 'activated' state upon selection. This helps indicate which
 * item is currently being viewed in a {@link ArticleDetailFragment}. <p> Activities containing this
 * fragment MUST implement the {@link Callbacks} interface.
 */

From source file com.example.xyzreader.cp8.ArticleListFragment.java

/**
 * A list fragment representing a list of Articles. This fragment also supports tablet devices by
 * allowing list items to be given an 'activated' state upon selection. This helps indicate which
 * item is currently being viewed in a {@link ArticleDetailFragment}. <p> Activities containing this
 * fragment MUST implement the {@link Callbacks} interface.
 */

From source file com.example.xyzreader.cpfinal.ArticleListFragment.java

/**
 * A list fragment representing a list of Articles. This fragment also supports tablet devices by
 * allowing list items to be given an 'activated' state upon selection. This helps indicate which
 * item is currently being viewed in a {@link ArticleDetailFragment}. <p> Activities containing this
 * fragment MUST implement the {@link Callbacks} interface.
 */

From source file com.google.android.apps.iosched2.ui.SessionsFragment.java

/**
 * A {@link ListFragment} showing a list of sessions.
 */
public class SessionsFragment extends ListFragment implements NotifyingAsyncQueryHandler.AsyncQueryListener {

    public static final String EXTRA_SCHEDULE_TIME_STRING = Setup.EXTRA_SCHEDULE_TIME_STRING; //"com.google.android.iosched.extra.SCHEDULE_TIME_STRING";

From source file com.github.michalbednarski.intentslab.PermissionInfoFragment.java

/**
 * Created by mb on 14.07.13.
 */
public class PermissionInfoFragment extends ListFragment {
    public static final String ARG_PERMISSION_NAME = "PermissionInfo.NAME";