List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file de.anycook.einkaufszettel.activities.AddIngredientsActivity.java
/** * @author Claudia Sichting * @author Jan Graegger */ public class AddIngredientsActivity extends ActionBarActivity implements AdapterView.OnItemClickListener, View.OnClickListener, AdapterView.OnItemLongClickListener {
From source file com.appsimobile.appsii.module.apps.ReorderAppsFragment.java
/** * Created by nick on 31/08/14. */ public class ReorderAppsFragment extends Fragment implements DragSortListView.RemoveListener, DragSortListView.DropListener, AdapterView.OnItemClickListener {
From source file com.anysoftkeyboard.ui.settings.wordseditor.UserDictionaryEditorFragment.java
public class UserDictionaryEditorFragment extends Fragment implements AsyncTaskWithProgressWindow.AsyncTaskOwner, AdapterView.OnItemClickListener, UserWordsListAdapter.AdapterCallbacks { private Dialog mDialog; private static final String ASK_USER_WORDS_SDCARD_FILENAME = "UserWords.xml";
From source file com.near.chimerarevo.fragments.ProductsListFragment.java
public class ProductsListFragment extends Fragment implements AdapterView.OnItemSelectedListener, AbsListView.OnScrollListener, AdapterView.OnItemClickListener { private static final String FRAGMENT_TAG = "ProductsListFragment"; private Handler mHandler = new Handler();
From source file com.example.camera360.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
From source file com.runkun.lbsq.fragment.StickyHeaderFragment2.java
public class StickyHeaderFragment2 extends NetFragment implements AdapterView.OnItemClickListener { MainActivity mainActivity; private ExpandableListView gcCategoryExpListView; private ListView listView; private List<Category> datas = new ArrayList<>();
From source file com.projects.nosleepreader.MainActivity.java
public class MainActivity extends AppCompatActivity implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener { private ModelFragment mFrag; private ListView mListView; private ListViewAdapter mAdapter;
From source file com.leo.runningman.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 as the user rotates the device.
From source file de.stadtrallye.rallyesoft.fragments.TaskDetailsFragment.java
/** * List of all Tasks that have no location attached to them */ public class TaskDetailsFragment extends Fragment implements AdapterView.OnItemClickListener, ITask.ITaskListener { private static final String THIS = TaskDetailsFragment.class.getSimpleName();
From source file de.chaosdorf.meteroid.PickUsername.java
public class PickUsername extends MeteroidNetworkActivity implements AdapterView.OnItemClickListener, LongRunningIOCallback<List<User>> { private boolean editHostnameOnBackButton = false; private ActivityPickUsernameBinding binding; @Override