List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file org.billthefarmer.shorty.LookupActivity.java
public class LookupActivity extends Activity implements AdapterView.OnItemClickListener, View.OnClickListener { private final static String PREF_ENTRIES = "pref_entries"; private final static String PREF_VALUES = "pref_values"; private final static String SHORTY_DIR = "Shorty"; private final static String SHORTY_FILE = "entries.json";
From source file io.github.romankl.bitcoinvalue.ui.fragment.CurrencyListFragment.java
public class CurrencyListFragment extends Fragment implements AdapterView.OnItemClickListener {
@InjectView(android.R.id.list)
ListView mListView;
@InjectView(R.id.pullToRefresh)
PtrClassicFrameLayout mPullToRefresh;
From source file ru.moscow.tuzlukov.sergey.weatherlog.SettingsActivity.java
public class SettingsActivity extends ActionBarActivity implements View.OnClickListener, AdapterView.OnItemClickListener, TextView.OnEditorActionListener, Response.Listener<JSONObject>, Response.ErrorListener { private static final String SAVED_CITY_NAME_REQUESTED = "SAVED_CITY_NAME_REQUESTED"; private static final String SAVED_CITY_LIST = "SAVED_CITY_LIST";
From source file de.sourcestream.movieDB.controller.TVList.java
/** * Controller for the upcoming movies. */ public class TVList extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity;
From source file com.hangulo.powercontact.ErrorContactsListFragment.java
public class ErrorContactsListFragment extends ListFragment implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> { final String LOG_TAG = ErrorContactsListFragment.class.getSimpleName(); private static final int ERROR_CONTACT_LOADER = 0;
From source file de.elanev.studip.android.app.frontend.messages.MessagesListFragment.java
public class MessagesListFragment extends ProgressListFragment implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener, SyncHelper.SyncHelperCallbacks { public static final String TAG = MessagesListFragment.class.getSimpleName(); protected final ContentObserver mObserver = new ContentObserver(new Handler()) { @Override public void onChange(boolean selfChange) {
From source file com.nbplus.vbroadlauncher.fragment.LoadIoTDevicesDialogFragmentStatus.java
/** * Created by basagee on 2015. 6. 23.. */ public class LoadIoTDevicesDialogFragmentStatus extends DialogFragment implements DialogInterface.OnKeyListener, IoTServiceStatusNotification, AdapterView.OnItemClickListener { private static final String TAG = LoadIoTDevicesDialogFragmentStatus.class.getSimpleName();
From source file com.github.michalbednarski.intentslab.editor.FindComponentDialog.java
/** * Dialog for picking app by inexact intent filters. */ public class FindComponentDialog extends DialogFragment implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, View.OnClickListener, DialogInterface.OnKeyListener {
From source file com.cm.android.displayingbitmaps.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 de.sourcestream.movieDB.controller.MovieList.java
/** * This class loads movies list. */ public class MovieList extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity;