List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.seamusdawkins.autocomplete.MainActivity.java
public class MainActivity extends AppCompatActivity implements OnMapReadyCallback, AdapterView.OnItemClickListener { public static final int REQUEST_PERMISSION = 221; private static String TAG = MainActivity.class.getSimpleName();
From source file com.simplelife.seeds.android.utils.gridview.gridviewui.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 ch.blinkenlights.android.vanilla.LibraryPagerAdapter.java
/** * PagerAdapter that manages the library media ListViews. */ public class LibraryPagerAdapter extends PagerAdapter implements Handler.Callback, ViewPager.OnPageChangeListener, View.OnCreateContextMenuListener, AdapterView.OnItemClickListener { /**
From source file com.nttec.everychan.ui.BoardsListFragment.java
public class BoardsListFragment extends Fragment implements AdapterView.OnItemClickListener, View.OnClickListener { public static final String TAG = "BoardsListFragment"; private boolean isFailInstance = false; private PagesCache pagesCache = MainApplication.getInstance().pagesCache;
From source file com.starup.traven.travelkorea.TourListFragment.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.albedinsky.android.ui.navigation.NavigationLayout.java
/**
* A {@link DrawerLayout} implementation designed to present set of {@link NavigationItem NavigationItems}
* within a simple navigation list. The navigation list is contained within navigation drawer at the
* start (left) position of NavigationLayout.
* <p>
* Set of navigation items can be provided through {@link BaseNavigationAdapter} implementation that
From source file com.bangz.shotrecorder.MainActivity.java
public class MainActivity extends SherlockFragmentActivity implements View.OnClickListener, LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener, DragSortListView.RemoveListener { private static final String TAG = "MainActivity"; private static final int REQUEST_ACCOUNT_PICKER = 1;
From source file net.ddns.mlsoftlaberge.trycorder.contacts.ContactsListFragment.java
/**
* This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
* shows the contact's thumbnail photo and display name. On devices with large screens, this
* fragment's UI appears as part of a two-pane layout, along with the UI of
* ContactAdminFragment. On smaller screens, this fragment's UI appears as a single pane.
* <p/>
From source file br.liveo.ndrawer.ui.fragment.FragmentNotificationsfacebook.java
public class FragmentNotificationsfacebook extends Fragment implements GraphRequest.Callback, View.OnClickListener, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; TextView tv_notification; CallbackManager callbackManager;
From source file org.i_chera.wolfensteineditor.fragments.LevelFragment.java
/** * Created by ioan_chera on 15.01.2015. */ public class LevelFragment extends SwitchableFragment implements AdapterView.OnItemClickListener, LevelContainer.Observer, CompoundButton.OnCheckedChangeListener, View.OnClickListener, View.OnTouchListener, VisibilityGrid.Delegate, ScrollViewListener {