• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps Get value in OnItemClickListener from adapter

    Please help get the value of "KEY_ID" from OnItemClickListener Adapter code: public int getCount() { return data.size(); } public Object getItem(int position) { return position; } public long getItemId(int position) { return position; } Activity code ...