List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.z299studio.pb.SettingListDialog.java
public class SettingListDialog extends DialogFragment implements AdapterView.OnItemClickListener { public interface OnOptionSelected { void onSelected(int selection); }
From source file com.plnyyanks.frcnotebook.activities.PredefinedNoteManager.java
/**
* File created by phil on 3/1/14.
* Copyright 2014, Phil Lopreiato
* This file is part of FRC Notebook.
* FRC Notebook is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
* FRC Notebook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
From source file at.bitfire.davdroid.ui.AccountListFragment.java
public class AccountListFragment extends ListFragment implements LoaderManager.LoaderCallbacks<Account[]>, AdapterView.OnItemClickListener { @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { setListAdapter(new AccountListAdapter(getContext()));
From source file cafe.com.navigationdrawer.NavigationDrawerActivity.java
public class NavigationDrawerActivity extends Activity implements AdapterView.OnItemClickListener { private DrawerLayout mDrawerLayout; private ListView mDrawerList; private ActionBarDrawerToggle mDrawerToggle;
From source file com.example.loveletters.activityscenetransitionbasic.MainActivity.java
/** * Our main Activity in this sample. Displays a grid of items which an image and title. When the * user clicks on an item, {@link DetailActivity} is launched, using the Activity Scene Transitions * framework to animatedly do so. */ public class MainActivity extends Activity implements AdapterView.OnItemClickListener {
From source file com.laevatein.internal.ui.AlbumListFragment.java
/**
* @author KeithYokoma
* @since 2014/03/20
* @version 1.0.0
* @hide
*/
From source file io.github.tjg1.nori.fragment.EditAPISettingDialogFragment.java
/** Dialog fragment used to add new and edit existing {@link io.github.tjg1.nori.database.APISettingsDatabase} entries in {@link io.github.tjg1.nori.APISettingsActivity}. */ public class EditAPISettingDialogFragment extends DialogFragment implements AdapterView.OnItemClickListener, View.OnClickListener, TextWatcher, View.OnFocusChangeListener { //region Constants (Bundle IDs) /** Bundle ID of {@link SearchClient.Settings} object used to edit an existing {@link io.github.tjg1.nori.database.APISettingsDatabase} entry. */
From source file com.google.android.gms.samples.plus.MomentActivity.java
/** * Example of writing moments through the PlusClient. */ public class MomentActivity extends FragmentActivity implements AdapterView.OnItemClickListener, OnSignedInListener {
From source file com.malmstein.materialanimations.activityscenetransitionbasic.TransitionActivity.java
/** * Our main Activity in this sample. Displays a grid of items which an image and title. When the * user clicks on an item, {@link DetailActivity} is launched, using the Activity Scene Transitions * framework to animatedly do so. */ public class TransitionActivity extends Activity implements AdapterView.OnItemClickListener {
From source file ch.citux.td.ui.fragments.GameStreamsFragment.java
public class GameStreamsFragment extends TDListFragment<TwitchStream> implements AdapterView.OnItemClickListener, ListView.OnLastItemVisibleListener { public static final String GAME = "game"; private GameStreamsAdapter adapter;