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.autoparts.sellers.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.acdd.homelauncher.fragment.InstalledAppFragment.java

/**
 * A fragment representing a list of Items.
 * <p/>
 * <p/>
 * Activities containing this fragment MUST implement the {@link OnFragmentInteractionListener}
 * interface.

From source file mk.apps.soundblog.fragment.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 io.liamju.simple.ui.MainActivityFragment.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.gdgdevfest.android.apps.devfestbcn.ui.tablet.TracksDropdownFragment.java

/**
 * A tablet-specific fragment that is a giant {@link android.widget.Spinner}
 * -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
 * using {@link TracksAdapter}. Requires API level 11 or later since
 * {@link ListPopupWindow} is API level 11+.
 */

From source file org.mifos.androidclient.main.CentersListActivity.java

public class CentersListActivity extends DownloaderActivity
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private EditText mFilterBox;
    private CentersListTextWatcher mTextWatcher;
    private ListView mCentersList;

From source file com.naroran.onsport.fragment.LiveScoreFragment.java

public class LiveScoreFragment extends Fragment implements AbsListView.OnScrollListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private static final int REQUEST_CATEGORY = 0x2300;
    private ListView listView;
    private ScoreAdapter listAdapter;

From source file com.vbehl.connections.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

From source file com.simas.vc.file_chooser.FileChooser.java

/**
 * Custom dialog for choosing a file from the device's drive.
 */
public class FileChooser extends DialogFragment
        implements AdapterView.OnItemClickListener, DialogInterface.OnKeyListener {

From source file net.peterkuterna.android.apps.devoxxfrsched.ui.tablet.TracksDropdownFragment.java

/**
 * A tablet-specific fragment that is a giant {@link android.widget.Spinner}
 * -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
 * using {@link TracksAdapter}.
 * 
 * Requires API level 11 or later since {@link ListPopupWindow} is API level