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 am.roadpolice.roadpolice.ViolationInfoActivity.java

public class ViolationInfoActivity extends ActionBarActivity
        implements AdapterView.OnItemClickListener, DialogConfirmation.IDialogConfirmationListener {

    public static final String EXTRA_VIOLATION_INFO_LIST = "EXTRA_VIOLATION_INFO_LIST";
    public static final String EXTRA_AUTO_LOGIN = "EXTRA_AUTO_LOGIN";

From source file com.digium.respoke.GroupActivity.java

public class GroupActivity extends Activity implements AdapterView.OnItemClickListener {

    private final static String TAG = "GroupActivity";
    private final static String GROUP_ID_KEY = "groupID";
    private RespokeGroup group;
    private ListDataAdapter listAdapter;

From source file io.valuesfeng.picker.control.AlbumCollection.java

/**
 * @version 1.0.0
 * @hide
 */
public class AlbumCollection implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener {
    private static final int LOADER_ID = 1;

From source file com.autoparts.buyers.activity.UserInfoActivity.java

/**
 * 
 * Created by:Liuhuacheng
 * Created time:15-3-5
 */
public class UserInfoActivity extends BaseActivity implements AdapterView.OnItemClickListener {

From source file com.github.yuukis.businessmap.app.ContactsActionFragment.java

public class ContactsActionFragment extends DialogFragment implements AdapterView.OnItemClickListener {

    private static final String TAG = "ContactsActionFragment";
    private static final String KEY_CONTACTS = "contacts";
    private static final int ID_SHOW_CONTACTS = 1;
    private static final int ID_DIRECTION = 2;

From source file com.dvdprime.mobile.android.ui.BbsListFragment.java

/**
 * BBS List Fragment
 * 
 * @author ?
 * 
 */

From source file de.aw.monma.views.MonMaAutoCompleteTextView.java

public class MonMaAutoCompleteTextView extends android.support.v7.widget.AppCompatAutoCompleteTextView
        implements FilterQueryProvider, AdapterView.OnItemClickListener {
    protected String mLastValidText;
    protected long mLastSelectedID;
    private boolean initializedCalled;
    private DBDefinition tbd;

From source file io.github.tjg1.nori.fragment.SearchResultGridFragment.java

/** Shows images from a {@link SearchResult} as a scrollable grid of thumbnails. */
public class SearchResultGridFragment extends Fragment
        implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener {

    //region Bundle IDs
    /** Identifier used for saving currently displayed search result in {@link #onSaveInstanceState(android.os.Bundle)}. */

From source file dk.dr.radio.akt.P4kanalvalg_frag.java

public class P4kanalvalg_frag extends Basisfragment implements AdapterView.OnItemClickListener {

    private KanalAdapter kanaladapter;
    private View[] listeElementer;
    private List<String> kanalkoder;

From source file bus_vn.gena.bus_vn.com.bus_vn.tabs.Tab_time.java

public class Tab_time extends Fragment implements AdapterView.OnItemClickListener {
    String busPathId;
    String busStopId;
    String typeDay;
    ArrayList<Time> allTime = new ArrayList<Time>();