List of usage examples for android.widget AbsListView.OnScrollListener interface-usage
From source file com.near.chimerarevo.fragments.ProductsListFragment.java
public class ProductsListFragment extends Fragment implements AdapterView.OnItemSelectedListener, AbsListView.OnScrollListener, AdapterView.OnItemClickListener { private static final String FRAGMENT_TAG = "ProductsListFragment"; private Handler mHandler = new Handler();
From source file com.projects.nosleepreader.MainActivity.java
public class MainActivity extends AppCompatActivity implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener { private ModelFragment mFrag; private ListView mListView; private ListViewAdapter mAdapter;
From source file algolia.com.demo.moviesearch.ui.MovieSearchActivity.java
public class MovieSearchActivity extends AppCompatActivity implements SearchView.OnQueryTextListener, AbsListView.OnScrollListener { // BL: private Client client; private Index index; private Query query;
From source file ca.mymenuapp.ui.activities.RestaurantActivity.java
/**
* An activity to display a single restaurant.
*
* Limitations : menu item images must not be transparent (or contain any transparent pixels, or we
* can see the list scrolling behind it.
*
From source file de.stadtrallye.rallyesoft.fragments.ChatroomFragment.java
/** * One Chatroom, with input methods * @author Ramon * */ public class ChatroomFragment extends Fragment
From source file com.example.alvarpao.popularmovies.MovieGridFragment.java
/** * A fragment containing a grid view of movies */ public class MovieGridFragment extends Fragment implements AbsListView.OnScrollListener { private GridView mMoviesGridView;
From source file com.google.android.apps.iosched.ui.SocialStreamFragment.java
/** * A fragment that renders Google+ 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. */ public class SocialStreamFragment extends ListFragment
From source file com.gdgdevfest.android.apps.devfestbcn.ui.SocialStreamFragment.java
/** * A fragment that renders Google+ 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. */ public class SocialStreamFragment extends ListFragment
From source file com.eugene.fithealthmaingit.UI.ChooseAddMealSearchFragment.java
/** * Search FatSecret Rest Api * Add items to LogQuickSearch */ public class ChooseAddMealSearchFragment extends Fragment implements AbsListView.OnScrollListener { private String mealType;
From source file com.android.contacts.SimImportFragment.java
/** * Dialog that presents a list of contacts from a SIM card that can be imported into a selected * account */ public class SimImportFragment extends Fragment implements LoaderManager.LoaderCallbacks<SimImportFragment.LoaderResult>, AdapterView.OnItemClickListener,