List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.maxleap.mall.fragments.MainFragment.java
public class MainFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener, AdapterView.OnItemClickListener { private SwipeRefreshLayout mSwipeRefreshLayout; private Handler mHandler; private Context mContext; private ArrayList<Banner> mBanners;
From source file com.battlelancer.seriesguide.ui.streams.StreamFragment.java
/** * Displays a stream of activities that can be refreshed by the user via a swipe gesture (or an * action item). */ public abstract class StreamFragment extends Fragment implements AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener {
From source file info.ipeanut.googletrainingcoursedemos.threadsample.PhotoThumbnailFragment.java
/** * PhotoThumbnailFragment displays a GridView of picture thumbnails downloaded from Picasa */ public class PhotoThumbnailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
From source file com.example.android.happydays.ui.ImageGridFragment.java
/**
* The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
* implementation with the key addition being the ImageWorker class w/ImageCache to load children
* asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
* cache is retained over configuration changes like orientation change so the images are populated
* quickly if, for example, the user rotates the device.
From source file com.wulian.icam.view.album.AlbumGridFragment.java
/**
* The main fragment that powers the ImageGridActivity screen. Fairly straight
* forward GridView implementation with the key addition being the ImageWorker
* class w/ImageCache to load children asynchronously, keeping the UI nice and
* smooth and caching thumbnails for quick retrieval. The cache is retained over
* configuration changes like orientation change so the images are populated
From source file com.example.android.abhishek.flikr.ui.ImageGridFragment.java
/**
* The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
* implementation with the key addition being the ImageWorker class w/ImageCache to load children
* asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
* cache is retained over configuration changes like orientation change so the images are populated
* quickly if, for example, the user rotates the device.
From source file com.nineducks.hereader.ui.NewsItemsFragment.java
public class NewsItemsFragment extends ListFragment implements ItemsLoadedListener, HackfulItemsController, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, DialogInterface.OnClickListener { public static final String SAVED_ITEMS_KEY = "saved_items"; public static final String SAVED_ITEMS_SOURCE_KEY = "saved_items_source";
From source file com.mingbai.library.ContactListFragment.java
/** * @author Ernestas Vaiciukevicius (ernestas.vaiciukevicius@gmail.com) * */ public class ContactListFragment extends Fragment implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
From source file com.opensource.bitmapfun.ui.ImageGridFragment.java
/**
* The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
* implementation with the key addition being the ImageWorker class w/ImageCache to load children
* asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
* cache is retained over configuration changes like orientation change so the images are populated
* quickly as the user rotates the device.
From source file com.fusionx.lightirc.ui.UserListFragment.java
public class UserListFragment extends Fragment implements AbsListView.MultiChoiceModeListener, AdapterView.OnItemClickListener { private ActionMode mActionMode; private Callback mCallback;