List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.doomy.decode.ScanActivity.java
public class ScanActivity extends ActionBarActivity implements AdapterView.OnItemClickListener, ResultDialogFragment.ResultDialogListener { // Declare your view and variables private static final String TAG = "ScanActivity"; private DataBase mDB;
From source file de.elanev.studip.android.app.frontend.news.NewsListFragment.java
/** * @author joern */ public class NewsListFragment extends ProgressListFragment implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener, SyncHelper.SyncHelperCallbacks {
From source file de.sourcestream.movieDB.controller.TVDetailsInfo.java
public class TVDetailsInfo extends Fragment implements AdapterView.OnItemClickListener { private View rootView; private MainActivity activity; private ImageView backDropPath; private int backDropCheck; private TextView title;
From source file net.wespot.pim.view.InqImageGridFragment.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 net.lacolaco.smileessence.activity.EditTemplateActivity.java
public class EditTemplateActivity extends Activity implements AdapterView.OnItemClickListener, AbsListView.MultiChoiceModeListener { // ------------------------------ FIELDS ------------------------------ private CustomListAdapter<Template> adapter;
From source file net.lacolaco.smileessence.activity.EditExtractionActivity.java
public class EditExtractionActivity extends Activity implements AdapterView.OnItemClickListener, AbsListView.MultiChoiceModeListener { // ------------------------------ FIELDS ------------------------------ private CustomListAdapter<ExtractionWord> adapter;
From source file com.drivehype.www.drivehype.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.example.android.threadsample.PhotoThumbnailFragment.java
/** * PhotoThumbnailFragment displays a GridView of picture thumbnails downloaded from Picasa */ public class PhotoThumbnailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
From source file nya.miku.wishmaster.ui.FavoritesFragment.java
public class FavoritesFragment extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity; private Resources resources; private ApplicationSettings settings; private LayoutInflater inflater;
From source file com.nttec.everychan.ui.FavoritesFragment.java
public class FavoritesFragment extends Fragment implements AdapterView.OnItemClickListener { private MainActivity activity; private Resources resources; private ApplicationSettings settings; private LayoutInflater inflater;