List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file it.sineo.android.tileMapEditor.HomeActivity.java
public class HomeActivity extends SherlockFragmentActivity implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener { private String TAG = HomeActivity.class.getSimpleName(); private GridView gvPreview;
From source file com.wikaba.ogapp.NoAccountFragment.java
public class NoAccountFragment extends Fragment implements OnClickListener, LoaderManager.LoaderCallbacks<ArrayList<AccountCredentials>>, AdapterView.OnItemClickListener { private static final int ALL_ACCS_LOADER_ID = 0; private Spinner uniSpinner;
From source file com.pkmmte.techdissected.activity.MainActivity.java
public class MainActivity extends FragmentActivity implements AdapterView.OnItemClickListener { // Action Bar private ActionBar actionBar; private String mTitle; // SystemBarTintManager & Configuration
From source file com.stephenmcgruer.simpleupnp.fragments.ServerBrowserFragment.java
public class ServerBrowserFragment extends Fragment implements AdapterView.OnItemClickListener, DeviceRegistryListener.DeviceChangeHandler { private static final String TAG = "ServerBrowserFragment"; private OnFragmentInteractionListener mListener;
From source file cn.androidy.swiftlib.displaybitmaps.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.ces.cloudnote.app.bitmapfun.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.mifos.mifosxdroid.fragments.CenterListFragment.java
public class CenterListFragment extends Fragment implements AdapterView.OnItemClickListener, SaveOfflineDataHelper.OfflineDataSaveListener { public static final String TAG = "Center List Fragment"; public static final String CENTER_ID = "offline_center_id"; private final List<MeetingCenter> centerList = new ArrayList<MeetingCenter>();
From source file com.z299studio.pb.DetailFragment.java
public class DetailFragment extends Fragment implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, View.OnClickListener, Toolbar.OnMenuItemClickListener, ConfirmCopy.OnCopyConfirmListener { private static int[] COLORS = { R.color.pb_0, R.color.pb_1, R.color.pb_2, R.color.pb_3, R.color.pb_4, R.color.pb_5, R.color.pb_6, R.color.pb_7, R.color.pb_8, R.color.pb_9, R.color.pb_a, R.color.pb_b,
From source file de.sourcestream.movieDB.controller.MovieDetailsInfo.java
public class MovieDetailsInfo extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity; private View rootView; private ImageView backDropPath; private int backDropCheck; private TextView titleText;
From source file com.example.android.bitmapfun.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.