Example usage for android.widget AbsListView.OnScrollListener interface-usage

List of usage examples for android.widget AbsListView.OnScrollListener interface-usage

Introduction

In this page you can find the example usage for android.widget AbsListView.OnScrollListener interface-usage.

Usage

From source file moe.johnny.tombstone.ui.PreventFragment.java

public abstract class PreventFragment extends ListFragment implements AbsListView.OnScrollListener {

    private Adapter mAdapter;
    private PreventActivity mActivity;
    private Set<String> prevNames = null;
    private View filter;

From source file com.cypress.cysmart.DataLoggerFragments.DataLoggerFragment.java

/**
 * Fragment to show the DataLogger
 */
public class DataLoggerFragment extends Fragment implements AbsListView.OnScrollListener {
    /**
     * FilePath of DataLogger

From source file com.ryan.ryanreader.fragments.PostListingFragment.java

public class PostListingFragment extends Fragment
        implements RedditPostView.PostSelectionListener, AbsListView.OnScrollListener {

    private RedditSubreddit subreddit;
    private URI url;
    private UUID session = null;

From source file com.WazaBe.GooglePlusStream.SocialStreamFragment.java

/**
 * A {@link WebView}-based fragment that shows Google+ public search results for
 * a given query, provided as the {@link SocialStreamFragment#EXTRA_QUERY} extra
 * in the fragment arguments. If no search query is provided, the conference
 * hashtag is used as the default query.
 * 

From source file net.abcdroid.devfest12.ui.SocialStreamFragment.java

/**
 * A {@link WebView}-based fragment that shows Google+ public search results for a given query,
 * provided as the {@link SocialStreamFragment#EXTRA_QUERY} extra in the fragment arguments. If no
 * search query is provided, the conference hashtag is used as the default query.
 *
 * <p>WARNING! This fragment uses the Google+ API, and is subject to quotas. If you expect to

From source file ro.edi.novelty.ui.FeedFragment.java

public class FeedFragment extends ListFragment implements AbsListView.OnScrollListener {
    private static final String TAG = "FEED.FRAGMENT";

    private static final int INTERNAL_EMPTY_ID = 0x00ff0001;
    private static final int INTERNAL_PROGRESS_CONTAINER_ID = 0x00ff0002;
    private static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;

From source file com.jackie.refresh.RefreshLayoutBase.java

/**
 * Created by on 16/5/11.
 *
 * @param <T>
 * @author Jackie Zhu
 * @version 1.0

From source file com.stvn.nscreen.my.MyPurchaseListFragment.java

/**
 * Created by leejunghoon on 15. 10. 31..
 */

public class MyPurchaseListFragment extends Fragment implements View.OnClickListener, AbsListView.OnScrollListener {

From source file me.futuretechnology.blops.ui.FeedFragment.java

public class FeedFragment extends ListFragment implements AbsListView.OnScrollListener {
    private static final String TAG = "FEED.FRAGMENT";

    private static final int INTERNAL_EMPTY_ID = 0x00ff0001;
    private static final int INTERNAL_PROGRESS_CONTAINER_ID = 0x00ff0002;
    private static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;

From source file org.tomahawk.tomahawk_android.fragments.TomahawkFragment.java

/**
 * The base class for every {@link android.support.v4.app.Fragment} that displays a collection
 * object
 */
public abstract class TomahawkFragment extends TomahawkListFragment
        implements MultiColumnClickListener, AbsListView.OnScrollListener {