List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.peng.saishi.widget.emojicon.EmojiconGridFragment.java
/** * @author Hieu Rocker (rockerhieu@gmail.com) */ public class EmojiconGridFragment extends Fragment implements AdapterView.OnItemClickListener { private OnEmojiconClickedListener mOnEmojiconClickedListener; private EmojiconRecents mRecents;
From source file com.sunho.nating.fragments.ThemeFragment.java
public class ThemeFragment extends Fragment implements AdapterView.OnItemClickListener { private static final String TAG = "FragmentTransitionFragment"; private ThemeAdapter mAdapter; private String myLocationStringData = null;
From source file com.arcasolutions.ui.fragment.SettingFragment.java
public class SettingFragment extends Fragment implements AdapterView.OnItemClickListener { private SettingAdapter mAdapter; private final IntentFilter mAccountChangedFilter = new IntentFilter(AccountHelper.ACTION_ACCOUNT_CHANGED); private final BroadcastReceiver mAccountChangedReceiver = new BroadcastReceiver() {
From source file com.devgmail.mitroshin.totutu.controllers.ListFragment.java
/**
Copyright 2017 Mitroshin Dmitry (mitroshin.develop@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
From source file com.mifos.mifosxdroid.online.clientchoose.ClientChooseFragment.java
/** * Created by Nasim Banu on 27,January,2016. */ public class ClientChooseFragment extends ProgressableFragment implements AdapterView.OnItemClickListener, ClientChooseMvpView {
From source file com.ylsg365.pai.activity.dialog.EmojiconGridFragment.java
/** * @author Hieu Rocker (rockerhieu@gmail.com) */ public class EmojiconGridFragment extends Fragment implements AdapterView.OnItemClickListener { private OnEmojiconClickedListener mOnEmojiconClickedListener; private EmojiconRecents mRecents;
From source file com.sunho.nating.fragments.UnivFragment.java
public class UnivFragment extends Fragment implements AdapterView.OnItemClickListener { private static final String TAG = "FragmentTransitionFragment"; private UnivAdapter mAdapter; private String myLocationStringData = null;
From source file com.dev.foundingfourfathers.alchemy.BrowseCocktails.FragmentTransitionFragment.java
public class FragmentTransitionFragment extends Fragment implements AdapterView.OnItemClickListener { private static final String TAG = "FragmentTransitionFragment"; private BaseAdapter dAdapter;
From source file com.juanjofp.curso.gplussample.MomentActivity.java
/** * Example of writing moments through the PlusClient. */ public class MomentActivity extends FragmentActivity implements AdapterView.OnItemClickListener, PlusClientFragment.OnSignedInListener {
From source file com.example.android.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 {