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 com.example.android.fragments.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 fr.jbteam.jabboid.core.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.ifeel.mt.ui.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.tmm.android.twitter.ContactsListFragment.java

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

    // Defines a tag for identifying log entries
    public static final String TAG = "ContactsListFragment";

From source file net.ddns.mlsoftlaberge.mlsoft.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 com.arya.portfolio.view_controller.fragment.UseCasesFragment.java

public class UseCasesFragment extends AbstractFragment implements View.OnClickListener,
        AdapterView.OnItemClickListener, TextWatcher, SwipeRefreshLayout.OnRefreshListener {
    // UI_SCREEN = "Use Cases"
    private View view;
    private TextView txtProductEngineering, txtIndustry, txtTechnologyUsed, txtLastSelectedView;
    private GridView gvProductEngineering;

From source file com.minsheng.app.xunchedai.loan.activities.AddLoanActivity.java

/**
 * Created by Administrator on 2016/8/5.
 * //?
 */
public class AddLoanActivity extends BaseActivity implements View.OnClickListener, AdapterView.OnItemClickListener {

From source file com.lokation.contacts2.ui.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.purdue.CampusFeed.Activities.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.visva.voicerecorder.view.fragments.FragmentContact.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 FragmentContactDetail}. On smaller screens, this fragment's UI appears as a single pane.
 *