Example usage for android.widget AdapterView.OnItemClickListener interface-usage

List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage

Introduction

In this page you can find the example usage for android.widget AdapterView.OnItemClickListener interface-usage.

Usage

From source file de.elanev.studip.android.app.widget.UserListFragment.java

/**
 * @author joern
 */
public abstract class UserListFragment extends ProgressListFragment
        implements LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
    private static final String TAG = UserListFragment.class.getCanonicalName();

From source file edu.cens.loci.ui.VisitDetailActivity.java

public class VisitDetailActivity extends ListActivity implements AdapterView.OnItemClickListener {

    private static final String TAG = "VisitDetail";

    private TextView mPlaceName;
    private ImageView mPlaceTypeIcon;

From source file org.catnut.ui.ComposeTweetActivity.java

/**
 * ??
 *
 * @author longkai
 */
public class ComposeTweetActivity extends Activity implements TextWatcher, AdapterView.OnItemClickListener,

From source file de.spiritcroc.ownlog.ui.fragment.LogFragment.java

public class LogFragment extends BaseFragment implements PasswdHelper.RequestDbListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, LogFilterProvider {

    private static final String TAG = LogFragment.class.getSimpleName();

    private static final String KEY_LIST_POSITION = LogFragment.class.getName() + ".listPosition";

From source file com.evilgenius.testproject.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
 * {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file com.google.android.gms.example.bannerexample.CreateFile.java

/**
 * Automatically generated file. DO NOT MODIFY
 */

public class CreateFile extends Activity implements AdapterView.OnItemClickListener {

From source file learn2crack.activities.WnContactsListFragment.java

public class WnContactsListFragment extends ListFragment
        implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {

    ArrayList<Contact> list = new ArrayList<Contact>();
    LongSparseArray<Contact> array = new LongSparseArray<Contact>();

From source file de.spiritcroc.ownlog.ui.fragment.ImportLogFragment.java

public class ImportLogFragment extends BaseFragment
        implements PasswdHelper.RequestDbListener, AdapterView.OnItemClickListener, PermissionRequester {

    private static final String TAG = ImportLogFragment.class.getSimpleName();

    private static final boolean DEBUG = BuildConfig.DEBUG;

From source file com.chris.ni.omw.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
 * . On smaller screens, this fragment's UI appears as a single pane.
 *

From source file com.appsimobile.appsii.module.search.SearchController.java

/**
 * Created by nick on 25/05/14.
 */
public class SearchController extends PageController implements AdapterView.OnItemClickListener,
        OnAppClickedListener, OnPersonClickedListener, ContactView.PeopleActionListener {