List of usage examples for android.widget ListView.OnItemClickListener interface-usage
From source file it.gulch.linuxday.android.activities.MainActivity.java
/**
* Main entry point of the application. Allows to switch between section fragments and update the database.
*
* @author Christophe Beyls
* @author Paolo Cortis
*/
From source file de.treichels.hott.ui.android.MdlViewerActivity.java
/** * The main activity for the MdlViewer. * * @author Oliver Treichel <oli@treichels.de> */ public class MdlViewerActivity extends Activity implements ListView.OnItemClickListener {
From source file cz.zcu.kiv.eeg.mobile.base.ui.NavigationActivity.java
/**
* Main application activity.
* It is responsible for fetching menu items into actionbar as spinner, and also handles menu items onClick events.
* On menu item click, new activity or fragment is displayed.
*
* @author Petr Miko
From source file com.mediatek.miravision.ui.MiraVisionActivity.java
/** * MiraVision application. */ public class MiraVisionActivity extends Activity implements ListView.OnItemClickListener { private static final String TAG = "MiraVisionActivity";
From source file mx.itesm.logistics.crew_tracking.fragment.ShopListFragment.java
public class ShopListFragment extends FragmentResponder implements ListView.OnItemClickListener { public static final String TAG = "ShopListFragment"; @ServiceConstant public static String EXTRA_CARD;
From source file com.terracom.mumbleclient.app.QRPushToTalkActivity.java
public class QRPushToTalkActivity extends ActionBarActivity implements ListView.OnItemClickListener, FavouriteServerListFragment.ServerConnectHandler, JumbleServiceProvider, DatabaseProvider, SharedPreferences.OnSharedPreferenceChangeListener, DrawerAdapter.DrawerDataProvider, ServerEditFragment.ServerEditListener { /** * If specified, the provided integer drawer fragment ID is shown when the activity is created.
From source file com.morlunk.mumbleclient.app.PlumbleActivity.java
public class PlumbleActivity extends ActionBarActivity implements ListView.OnItemClickListener, FavouriteServerListFragment.ServerConnectHandler, JumbleServiceProvider, DatabaseProvider, SharedPreferences.OnSharedPreferenceChangeListener, DrawerAdapter.DrawerDataProvider, ServerEditFragment.ServerEditListener { /** * If specified, the provided integer drawer fragment ID is shown when the activity is created.
From source file uk.ac.ucl.excites.sapelli.collector.activities.ProjectManagerActivity.java
/** * @author Julia, Michalis Vitos, mstevens, benelliott * */ public class ProjectManagerActivity extends BaseActivity implements StoreUser, DeviceID.InitialisationCallback, ProjectLoaderStorer.FileSourceCallback,