List of usage examples for android.app ListFragment subclass-usage
From source file com.lewa.crazychapter11.BookListFragment.java
public class BookListFragment extends ListFragment { private Callbacks mCallbacks; public interface Callbacks { public void onItemSelected(Integer id); }
From source file net.fred.feedex.fragment.SwipeRefreshListFragment.java
public abstract class SwipeRefreshListFragment extends ListFragment implements SwipeRefreshLayout.OnRefreshListener { private SwipeRefreshLayout mRefreshLayout; private ListView mListView;
From source file org.cgnet.swara.fragment.SwipeRefreshListFragment.java
public abstract class SwipeRefreshListFragment extends ListFragment implements SwipeRefreshLayout.OnRefreshListener { private SwipeRefreshLayout mRefreshLayout; private ListView mListView;
From source file ca.farrelltonsolar.classic.MessageFragment.java
/** * Created by Graham on 29/12/2014. */ public class MessageFragment extends ListFragment { private boolean isReceiverRegistered;
From source file com.technoxist.fragment.SwipeRefreshListFragment.java
public abstract class SwipeRefreshListFragment extends ListFragment implements SwipeRefreshLayout.OnRefreshListener { private SwipeRefreshLayout mRefreshLayout; private ListView mListView;
From source file org.catnut.support.app.SwipeRefreshListFragment.java
/** * Subclass of {@link android.support.v4.app.ListFragment} which provides automatic support for * providing the 'swipe-to-refresh' UX gesture by wrapping the the content view in a * {@link android.support.v4.widget.SwipeRefreshLayout}. */ public class SwipeRefreshListFragment extends ListFragment {
From source file com.techan.thirdparty.SwipeRefreshListFragment.java
/** * Subclass of {@link android.support.v4.app.ListFragment} which provides automatic support for * providing the 'swipe-to-refresh' UX gesture by wrapping the the content view in a * {@link android.support.v4.widget.SwipeRefreshLayout}. */ public class SwipeRefreshListFragment extends ListFragment {
From source file android.support.app.SwipeRefreshListFragment.java
/** * Subclass of {@link android.support.v4.app.ListFragment} which provides automatic support for * providing the 'swipe-to-refresh' UX gesture by wrapping the the content view in a * {@link android.support.v4.widget.SwipeRefreshLayout}. */ public class SwipeRefreshListFragment extends ListFragment {
From source file im.zico.wingtwitter.ui.fragment.SwipeRefreshListFragment.java
/** * Subclass of {@link android.support.v4.app.ListFragment} which provides automatic support for * providing the 'swipe-to-refresh' UX gesture by wrapping the the content view in a * {@link android.support.v4.widget.SwipeRefreshLayout}. */ public class SwipeRefreshListFragment extends ListFragment {
From source file com.hgyw.bookshare.app_drivers.extensions.SwipeRefreshListFragment.java
/** * Subclass of {@link android.support.v4.app.ListFragment} which provides automatic support for * providing the 'swipe-to-refresh' UX gesture by wrapping the the content view in a * {@link android.support.v4.widget.SwipeRefreshLayout}. */ public class SwipeRefreshListFragment extends ListFragment {