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.hangulo.powercontact.ContactsListFragment.java

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

    final String LOG_TAG = ContactsListFragment.class.getSimpleName();

    private static final String SEARCH_KEYWORD_KEY = "SEARCH_KEYWORD";

From source file miguelmaciel.play.anonymouscall.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.
 * <p/>

From source file cw.kop.autobackground.sources.SourceListFragment.java

public class SourceListFragment extends Fragment implements AdapterView.OnItemClickListener, View.OnClickListener {

    public static final String ADD_ENTRY = "cw.kop.autobackground.SourceListFragment.ADD_ENTRY";
    public static final String SET_ENTRY = "cw.kop.autobackground.SourceListFragment.SET_ENTRY";

    private static final String TAG = SourceListFragment.class.getCanonicalName();

From source file com.zhongyun.viewer.cameralist.CameraListActivity.java

public class CameraListActivity extends BaseActivity implements MyViewerHelper.CameraStateListener,
        View.OnClickListener, AdapterView.OnItemClickListener, OnRefreshListener<ListView> {

    private static final String TAG = CameraListActivity.class.getSimpleName();
    private final static int SCANNIN_GREQUEST_CODE = 1;
    private final static String DEFAULT_USER = "admin";

From source file com.example.contactslist.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.appsol.sharewithcontact.ui.ContactsListFragment.java

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

    HashMap<String, String> contactvalue;

    // Defines a tag for identifying log entries

From source file com.example.android.contactslist.ui.groupsEditor.GroupsEditorFragment.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 com.example.android.contactslist.ui.ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file ca.ualberta.cs.shoven_habittracker.MainActivity.java

public class MainActivity extends AppCompatActivity
        implements NavigationView.OnNavigationItemSelectedListener, AdapterView.OnItemClickListener {

    private static final String FILENAME = "file.sav";
    private WeeklyScheduleController controller = new WeeklyScheduleController();
    private Integer dayOfWeek = new LocalDateTime(DateTimeZone.forID("Canada/Mountain")).getDayOfWeek() % 7;

From source file com.dsdar.thosearoundme.util.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 org.catnut.fragment.TweetFragment.java

/**
 * ??
 *
 * @author longkai
 */
public class TweetFragment extends Fragment implements TextWatcher, OnFragmentBackPressedListener,