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 scu.mingyuan.com.carmanager.app.adapter.MyCarAdapter.java

/**
 * Created by  on 16/3/3.
 */
public class MyCarAdapter extends BaseAdapter implements AbsListView.OnScrollListener {

    // View_Type

From source file org.solovyev.android.list.ListViewScroller.java

public final class ListViewScroller implements AbsListView.OnScrollListener {

    private static final String TAG = App.newTag("ListScroller");

    /**
     * First visible item in list view. The value is changed due to list view scroll changes

From source file com.cuddlesoft.nori.fragment.SearchResultGridFragment.java

/** Shows images from a {@link SearchResult} as a scrollable grid of thumbnails. */
public class SearchResultGridFragment extends Fragment
        implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener {
    /** Identifier used for saving currently displayed search result in {@link #onSaveInstanceState(android.os.Bundle)}. */
    private static final String BUNDLE_ID_SEARCH_RESULT = "com.cuddlesoft.nori.SearchResult";
    /** Interface used for communication with parent class. */

From source file org.catnut.plugin.fantasy.FantasyFallFragment.java

/**
 * 500px ?
 *
 * @author longkai
 */
public class FantasyFallFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>,

From source file com.maxleapmobile.gitmaster.ui.fragment.TimelineFragment.java

public class TimelineFragment extends Fragment
        implements SwipeRefreshLayout.OnRefreshListener, AbsListView.OnScrollListener {

    private static final int REQUEST_PER_PAGE = 50;
    private static final int MAX_PAGE_COUNT = 6;
    private static final int GET_PER_PAGE = 15;

From source file io.github.tjg1.nori.fragment.SearchResultGridFragment.java

/** Shows images from a {@link SearchResult} as a scrollable grid of thumbnails. */
public class SearchResultGridFragment extends Fragment
        implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener {

    //region Bundle IDs
    /** Identifier used for saving currently displayed search result in {@link #onSaveInstanceState(android.os.Bundle)}. */

From source file com.maxleapmobile.gitmaster.ui.fragment.RepoFragment.java

public class RepoFragment extends Fragment implements AbsListView.OnScrollListener {
    private ProgressBar mProgressBar;
    private RepoAdapter mRepoAdapter;
    private Context mContext;
    private ArrayList<Repo> mRepos;
    private static final int PAGE_COUNT = 30;

From source file org.catnut.fragment.TimelineFragment.java

/**
 * 
 *
 * @author longkai
 */
public abstract class TimelineFragment extends Fragment implements ConfirmBarController.Callbacks,

From source file org.catnut.fragment.TransientUsersFragment.java

/**
 * ?
 *
 * @author longkai
 */
public class TransientUsersFragment extends SwipeRefreshListFragment

From source file ua.org.gdg.devfest.iosched.ui.AnnouncementsFragment.java

/**
 * A fragment that shows announcements.
 */
public class AnnouncementsFragment extends ListFragment
        implements AbsListView.OnScrollListener, LoaderManager.LoaderCallbacks<Cursor> {