Example usage for android.widget AdapterView.OnItemClickListener interface-usage

List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage

Introduction

In this page you can find the example usage for android.widget AdapterView.OnItemClickListener interface-usage.

Usage

From source file io.indy.seni.ui.EvolveGridFragment.java

public class EvolveGridFragment extends Fragment implements AdapterView.OnItemClickListener {

    private static final String TAG = "EvolveGridFragment";
    private static final boolean D = true;

    static void ifd(final String message) {

From source file de.sourcestream.movieDB.controller.GenresList.java

/**
 * Genres list.
 */
public class GenresList extends Fragment implements AdapterView.OnItemClickListener {
    private MainActivity activity;
    private ProgressBar spinner;

From source file com.example.android.displayingbitmaps.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.mbpro.tweebook.facebook.images.FacebookImageGridFragment.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.example.samsisekki.displayingbitmaps.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.massivcode.androidmusicplayer.fragments.AddPlaylistFragment.java

public class AddPlaylistFragment extends DialogFragment
        implements View.OnClickListener, AdapterView.OnItemClickListener {

    private static final String TAG = AddPlaylistFragment.class.getSimpleName();
    private Button mCancelButton, mSaveButton;
    private ListView mConfirmListView;

From source file com.xuwakao.mixture.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 de.stadtrallye.rallyesoft.uimodel.RallyeTabManager.java

/**
 * Contains and manages / executes all Fragments of MainActivity that are uses as Tabs (-> fullsized)
 * Checks for connection with server for certain Tabs, shows Title, sets indicator, contains Toast for Bug-Reports
 * Future use includes Sub-Tab support
 */
public class RallyeTabManager extends TabManager implements AdapterView.OnItemClickListener {

From source file com.nikhil.bitmaploading.displayingbitmaps.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 app.philm.in.fragments.SideMenuFragment.java

public class SideMenuFragment extends InsetAwareFragment
        implements MainController.SideMenuUi, View.OnClickListener, AdapterView.OnItemClickListener {

    private static final float CHECKIN_BACKDROP_DARKEN = 0.65f;

    private SideMenuItem[] mSideMenuItems;