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.google.android.demos.jamendo.app.SearchActivity.java

public class SearchActivity extends FragmentActivity
        implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor>, View.OnClickListener {

    private static final int LOADER_SEARCH = 1;

    private SearchAdapter mAdapter;

From source file com.github.capone.controller.favorites.FavoritesFragment.java

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

    private FavoritesAdapter adapter;
    private DirectedDiscoveryTask discovery;

From source file com.android.calendar.selectcalendars.SelectVisibleCalendarsFragment.java

public class SelectVisibleCalendarsFragment extends Fragment implements AdapterView.OnItemClickListener,
        CalendarController.EventHandler, OnCalendarColorsLoadedListener {

    private static final String TAG = "Calendar";
    private static final String IS_PRIMARY = "\"primary\"";
    private static final String SELECTION = Calendars.SYNC_EVENTS + "=?";

From source file net.majorkernelpanic.spydroid.ui.UploadFragment.java

public class UploadFragment extends Fragment implements AdapterView.OnItemClickListener {

    private ListView lv;

    static class FileToken {
        String path;

From source file com.autoparts.sellers.activity.SellerUserInfoActivity.java

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

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

public class Tab_list_bus extends Fragment implements AdapterView.OnItemClickListener {
    private GridView gridView;
    //??   ?+ 
    private List<Map<String, Object>> dataList;
    private SimpleAdapter simpleAdapter;
    ArrayList<String> results = new ArrayList<String>();

From source file com.google.android.gms.samples.plus.ListMomentsActivity.java

/**
 * Example of listing the current user's moments through PlusClient.
 */
public class ListMomentsActivity extends FragmentActivity
        implements OnSignedInListener, OnMomentsLoadedListener, AdapterView.OnItemClickListener {
    private static final String TAG = MomentActivity.class.getSimpleName();

From source file com.bidyut.app.wwquakes.QuakeDetailActivity.java

public class QuakeDetailActivity extends FragmentActivity implements Callback, AdapterView.OnItemClickListener {
    public static final String EXTRA_QUAKE = "quake";

    private static final float ZOOM_LEVEL = 7f;

    private Quake mQuake;

From source file de.aw.awlib.views.AWAutoCompleteTextView.java

/**
 * AutoCompleteTextView (siehe  {@link AWAutoCompleteTextView#initialize (DBDefinition, String,
 * String[], boolean, int[])}.<br> Sendet eine Message nach einer TextAenderung. Threshold ist
 * standardmaessig 3.
 *
 * @see AWAutoCompleteTextView#onTextChanged(String newText)

From source file com.xabber.android.ui.OccupantList.java

/**
 * Represent list of occupants in the room.
 *
 * @author alexander.ivanov
 */
public class OccupantList extends ManagedListActivity