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 com.ev.contactsmultipicker.ContactListFragment.java

/**
 * @author Ernestas Vaiciukevicius (ernestas.vaiciukevicius@gmail.com)
 *
 */
public class ContactListFragment extends Fragment
        implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {

From source file com.ijuru.kumva.app.activity.SearchActivity.java

/**
 * Main search activity
 */
public class SearchActivity extends ActionBarActivity
        implements SearchView.OnQueryTextListener, AdapterView.OnItemClickListener, Search.SearchListener,
        DialogInterface.OnCancelListener, FetchTask.FetchListener<List<Suggestion>> {

From source file edu.uw.tacoma.mmuppa.bitmapsexample.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.brkc.traffic.ui.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
 * quickly if, for example, the user rotates the device.

From source file com.dgsd.android.ShiftTracker.Fragment.WeekFragment.java

public class WeekFragment extends SherlockFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
    private static final String KEY_JD = "_julian_day";
    private static final String BLANK_TOTAL_TEXT = "0h";

    private static final int LOADER_ID_SHIFTS = 0x01;

From source file com.tomeokin.lspush.ui.widget.dialog.BaseDialogFragment.java

public class BaseDialogFragment extends DialogFragment
        implements DialogInterface.OnClickListener, AdapterView.OnItemClickListener {
    protected static final String KEY_HAS_CANCEL_LISTENER = "has_cancel_listener";
    protected static final String KEY_HAS_DISMISS_LISTENER = "has_dismiss_listener";
    protected static final String KEY_HAS_ACTION_CLICK_LISTENER = "has_action_click_listener";
    protected static final String KEY_HAS_LIST_CLICK_LISTENER = "has_list_item_click_listener";

From source file link.kjr.file_manager.MainActivity.java

public class MainActivity extends ActionBarActivity implements AdapterView.OnItemClickListener {

    ArrayList<View> selectedFileViews;
    ArrayList<String> selectedFiles;
    static ImageCache imageCache;
    static ThumbnailIdProvider ip;

From source file net.line2soft.preambul.controllers.ExcursionInfoListener.java

/**
 * This listener reacts to events in {@link ExcursionInfoActivity}
 * @author quipe A (Projet Rand'OSM) - Stphane COATHALEM, Mathieu LUCAS, Adrien PAVIE, Alexis SCOLAN
 */
public class ExcursionInfoListener
        implements View.OnClickListener, AdapterView.OnItemClickListener, ViewPager.OnPageChangeListener {

From source file com.fbbackup.TagMeImageGridFragment.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.digium.respoke.GroupListActivity.java

public class GroupListActivity extends FragmentActivity
        implements AdapterView.OnItemClickListener, RespokeClient.Listener {

    private final static String TAG = "GroupListActivity";
    private ListDataAdapter listAdapter;
    private ArrayList<String> groupsToJoin;