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.luke.lukef.lukeapp.fragments.NewSubmissionFragment.java

/**
 * Handles the new submission screen, includes sending the submissions, dispatching the camera intent
 * and listening to the category pop up clicks.
 */
public class NewSubmissionFragment extends Fragment
        implements View.OnClickListener, AdapterView.OnItemClickListener, Dialog.OnCancelListener {

From source file com.commonsware.android.EMusicDownloader.SingleAlbum.java

public class SingleAlbum extends Activity implements AdapterView.OnItemClickListener {

    private Activity thisActivity;

    //UI-Views
    private ImageView reviewsButton;

From source file com.stephenmcgruer.simpleupnp.fragments.FileBrowserFragment.java

public class FileBrowserFragment extends Fragment
        implements AdapterView.OnItemClickListener, ServiceConnection, FileBrowserAdapter.OnItemClickListener,
        BookmarksReadTask.ResultListener, BookmarksRemoveTask.ResultsListener, BookmarksWriteTask.ResultListener {

    private static final String TAG = "FileBrowserFragment";

From source file inc.bait.jubilee.ui.fragments.ContactsListFragment.java

public class ContactsListFragment extends ListFragment
        implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {
    private static final String TAG = "ContactsListFragment";
    private static final String STATE_PREVIOUSLY_SELECTED_KEY = "com.example.android.contactslist.ui.SELECTED_ITEM";
    private ContactsAdapter adapter;
    private ImgLoader imgLoader;

From source file ch.citux.td.ui.TDActivity.java

public class TDActivity extends ActionBarActivity
        implements TDCallback<TwitchChannel>, View.OnFocusChangeListener, AdapterView.OnItemClickListener {

    private FavoritesFragment favoritesFragment;
    private GameOverviewFragment gameOverviewFragment;
    private GameStreamsFragment gameStreamsFragment;

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

/**
 * This class handles the searching.
 */
public class SearchList extends Fragment implements AdapterView.OnItemClickListener {

    private MainActivity activity;

From source file net.sourceforge.kalimbaradio.androidapp.activity.SelectPlaylistActivity.java

public class SelectPlaylistActivity extends SubsonicTabActivity implements AdapterView.OnItemClickListener {

    private static final int MENU_ITEM_PLAY_ALL = 1;

    private ListView list;
    private View emptyTextView;

From source file com.jesjimher.bicipalma.MesProperesActivity.java

public class MesProperesActivity extends Activity implements LocationListener, DialogInterface.OnDismissListener,
        SharedPreferences.OnSharedPreferenceChangeListener, AdapterView.OnItemClickListener,
        AdapterView.OnItemLongClickListener {
    LocationManager locationManager;
    Location lBest = null;
    // Tiempo inicial de bsqueda de ubicacin

From source file com.myinstagram.afinski.myinstgrmviewer.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.andrew.apollo.ui.fragments.profile.ApolloFragment.java

/**
 * Created by gubatron on 1/26/16 on a plane.
 *
 * @author gubatron
 * @author aldenml
 */