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 ch.citux.td.ui.fragments.FavoritesFragment.java

public class FavoritesFragment extends TDListFragment<TwitchFollows>
        implements AdapterView.OnItemClickListener, ListView.OnLastItemVisibleListener {

    private String channelName;
    private SharedPreferences preferences;
    private FavoritesAdapter adapter;

From source file com.pizidea.imagepicker.activity.ImagesGridActivity.java

public class ImagesGridActivity extends FragmentActivity implements View.OnClickListener,
        AndroidImagePicker.OnImageSelectedListener, AndroidImagePicker.OnPictureTakeCompleteListener,
        AdapterView.OnItemClickListener, AndroidImagePicker.OnImageCropCompleteListener {
    private static final String TAG = ImagesGridActivity.class.getSimpleName();

    private TextView mBtnOk;

From source file com.networking.fragments.ImageGridFragment.java

/**
 * Created by amitshekhar on 23/03/16.
 */
public class ImageGridFragment extends Fragment implements AdapterView.OnItemClickListener {
    private static final String TAG = "ImageGridFragment";

From source file com.google.android.demos.jamendo.app.JamendoActivity.java

public abstract class JamendoActivity extends FragmentActivity
        implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor>, View.OnClickListener {

    protected static final int LOADER_HEADER = 1;

    protected static final int LOADER_LIST = 2;

From source file com.replicaappforyou.app.MainActivity.java

/**
 * Activity to display a grid of coupons. The number of columns varies based on
 * screen width and goes down to a one-column grid on a small devicde such as a phone.
 *
 * <p>A coupon consists of a photo, title, and subtitle</p>
 *

From source file com.nbplus.vbroadlauncher.fragment.AppGridFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Activities that contain this fragment must implement the
 * to handle interaction events.
 * Use the {@link AppGridFragment#newInstance} factory method to
 * create an instance of this fragment.

From source file com.nbplus.vbroadlauncher.fragment.RadioGridFragment.java

/**
 * ? ?...
 * 1. ? ?? ? ?   messenger ? .
 * 2.  ?  ? ? LocalBroadcastManager  ?.
 */
public class RadioGridFragment extends Fragment

From source file com.kowd.pcapp.client.android.fragment.ProductItemsFragment.java

public class ProductItemsFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {

    private ProductsGridViewAdapter mAdapter;
    private GridView mGridView;
    private int mColumnWidth;

From source file com.github.michalbednarski.intentslab.bindservice.SystemServicesDialog.java

/**
 * List of services registered in android.os.ServiceManager
 */
public class SystemServicesDialog extends DialogFragment implements AdapterView.OnItemClickListener {
    private String[] mServices;

From source file com.roger.quickviewpage.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