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.android.contacts.SimImportFragment.java

/**
 * Dialog that presents a list of contacts from a SIM card that can be imported into a selected
 * account
 */
public class SimImportFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<SimImportFragment.LoaderResult>, AdapterView.OnItemClickListener,

From source file mp.teardrop.LibraryPagerAdapter.java

/**
 * PagerAdapter that manages the library media ListViews.
 */
public class LibraryPagerAdapter extends PagerAdapter implements Handler.Callback, ViewPager.OnPageChangeListener,
        View.OnCreateContextMenuListener, AdapterView.OnItemClickListener {
    /**

From source file cn.finalteam.galleryfinal.PhotoEditActivity.java

/**
 * Desction:?
 * Author:pengjianbo
 * Date:15/10/10 ?5:40
 */
public class PhotoEditActivity extends CropImageActivity

From source file com.antew.redditinpictures.library.ui.RedditImageAdapterViewFragment.java

/**
 * Fragment with convenience methods for displaying images
 *
 * @param <T>
 *     The type of view the fragment is using, e.g. GridView, ListView
 * @param <V>

From source file com.nile.kmooc.view.custom.popup.menu.MenuPopupHelper.java

/**
 * Presents a menu as a small, simple popup anchored to another view.
 */
class MenuPopupHelper
        implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,
        PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {

From source file com.starup.traven.travelkorea.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.gigathinking.simpleapplock.AppListFragment.java

public class AppListFragment extends Fragment implements AdapterView.OnItemClickListener,
        AbsListView.MultiChoiceModeListener, View.OnClickListener, UndoBarController.UndoListener {

    private AppListAdapter mAdapter;
    private static ArrayList<String> mList;
    private Map<String, Boolean> mAppMap;

From source file com.juick.android.ThreadFragment.java

/**
 * @author Ugnich Anton
 */
public class ThreadFragment extends ListFragment implements AdapterView.OnItemClickListener, View.OnTouchListener,
        XMPPMessageReceiver.MessageReceiverListener {

From source file com.massivcode.androidmusicplayer.activities.MainActivity.java

public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener,
        View.OnClickListener, AdapterView.OnItemClickListener, ExpandableListView.OnChildClickListener {

    private static final String TAG = MainActivity.class.getSimpleName();

    public static final String ACTION_NAME = "com.massivcode.androidmusicplayer.MainActivity";

From source file ch.teamuit.android.soundplusplus.LibraryPagerAdapter.java

/**
 * PagerAdapter that manages the library media ListViews.
 */
public class LibraryPagerAdapter extends PagerAdapter implements Handler.Callback, ViewPager.OnPageChangeListener,
        View.OnCreateContextMenuListener, AdapterView.OnItemClickListener {
    /**