List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file nl.mpcjanssen.simpletask.Simpletask.java
public class Simpletask extends ThemedActivity implements SharedPreferences.OnSharedPreferenceChangeListener, AdapterView.OnItemClickListener { final static String TAG = Simpletask.class.getSimpleName(); private final static int REQUEST_SHARE_PARTS = 1;
From source file com.cm.android.beercellar.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.snt.bt.recon.activities.MainActivity.java
public class MainActivity extends AppCompatActivity implements AdapterView.OnItemClickListener { @Bind(com.snt.bt.recon.R.id.tvBluetoothLe) protected TextView mTvBluetoothLeStatus; @Bind(com.snt.bt.recon.R.id.tvBluetoothStatus) protected TextView mTvBluetoothStatus;
From source file com.mishiranu.dashchan.ui.navigator.NavigatorActivity.java
public class NavigatorActivity extends StateActivity implements BusyScrollListener.Callback, DrawerForm.Callback, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, PullableWrapper.PullCallback, ListPage.Callback, PullableWrapper.PullStateListener, SortableListView.OnStateChangedListener, FavoritesStorage.Observer, WatcherService.Client.Callback, UiManager.LocalNavigator, ReadUpdateTask.Callback { private UiManager uiManager;
From source file sharedcode.turboeditor.activity.MainActivity.java
public abstract class MainActivity extends ActionBarActivity implements FindTextDialog.SearchDialogInterface, GoodScrollView.ScrollInterface, PageSystem.PageSystemInterface, PageSystemButtons.PageButtonsInterface, NumberPickerDialog.INumberPickerDialog, SaveFileDialog.ISaveDialog, AdapterView.OnItemClickListener, AdapterDrawer.Callbacks { //region VARIABLES
From source file com.maskyn.fileeditorpro.activity.MainActivity.java
public abstract class MainActivity extends ActionBarActivity implements IHomeActivity, FindTextDialog.SearchDialogInterface, GoodScrollView.ScrollInterface, PageSystem.PageSystemInterface, PageSystemButtons.PageButtonsInterface, NumberPickerDialog.INumberPickerDialog, SaveFileDialog.ISaveDialog, AdapterView.OnItemClickListener, AdapterDrawer.Callbacks, AccessoryView.IAccessoryView, EditTextDialog.EditDialogListener {
From source file com.tct.mail.ui.ConversationListFragment.java
/** * The conversation list UI component. */ public final class ConversationListFragment extends Fragment implements OnItemLongClickListener, ModeChangeListener, ListItemSwipedListener, OnRefreshListener, SwipeListener, OnKeyListener, AdapterView.OnItemClickListener, /*TCT:*/View.OnTouchListener {
From source file nya.miku.wishmaster.ui.presentation.BoardFragment.java
/** * ? UI ( ? ) * @author miku-nyan * */ public class BoardFragment extends Fragment
From source file com.nttec.everychan.ui.presentation.BoardFragment.java
/** * ? UI ( ? ) * @author miku-nyan * */ public class BoardFragment extends Fragment