List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file br.com.mybaby.contatos.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.jaspersoft.android.jaspermobile.activities.profile.fragment.ServersFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.servers_menu)
From source file com.radar.niyo.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
* {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
*
From source file com.waz.zclient.pages.main.participants.ParticipantBodyFragment.java
public class ParticipantBodyFragment extends BaseFragment<ParticipantBodyFragment.Container> implements ConversationScreenControllerObserver, ParticipantsStoreObserver, AccentColorObserver, AdapterView.OnItemClickListener, ConnectStoreObserver { public static final String TAG = ParticipantBodyFragment.class.getName(); private static final String ARG_USER_REQUESTER = "ARG_USER_REQUESTER";
From source file com.example.Toasti.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 net.ddns.mlsoftlaberge.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 ContactAdminFragment}. On smaller screens, this fragment's UI appears as a single pane.
* <p/>
From source file learn2crack.activities.ContactsListFragment.java
public class ContactsListFragment extends ListFragment implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> { // Defines a tag for identifying log entries private static final String TAG = "ContactsListFragment";
From source file ca.ualberta.cs.shoven_habittracker.AllHabitsActivity.java
public class AllHabitsActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, AdapterView.OnItemClickListener { private static final String FILENAME = "file.sav"; private WeeklyScheduleController controller = new WeeklyScheduleController();
From source file com.tavant.droid.womensecurity.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 edu.umbc.cs.ebiquity.mithril.parserapp.contentparsers.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
* {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
*