List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.greendev.image.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
From source file me.diskstation.ammon.gpsrunner.ui.CalendarFragment.java
/** * A simple {@link Fragment} subclass. * Use the {@link CalendarFragment#newInstance} factory method to * create an instance of this fragment. */ public class CalendarFragment extends Fragment implements AdapterView.OnItemClickListener,
From source file io.generify.android.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 if, for example, the user rotates the device.
From source file com.dl2974.andbitmap.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.ovte.bitmap_load.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.nttec.everychan.ui.HistoryFragment.java
public class HistoryFragment extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity; private HistoryAdapter adapter; private ListView listView; private static LinkedList<Database.HistoryEntry> lastClosed = new LinkedList<>();
From source file com.khalid.crawler.activities.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.android.lru.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.autoparts.buyers.activity.MainDrawerActivity.java
public class MainDrawerActivity extends BaseActivity implements AdapterView.OnItemClickListener { private Context context; private DrawerLayout mDrawerLayout; private ListView mDrawerList; private FrameLayout drawer_view; private ActionBarDrawerToggle mDrawerToggle;
From source file com.coco.mystickers.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.