1 2 3 4 5 6 7 8 9 | this.getListView().setOnItemSelectedListener(new OnItemSelectedListener(){ public void onItemSelected(AdapterView<?> arg0, View arg1, int arg2, long arg3){ Toast.makeText(getContext(), "Sel "+Integer.toString(arg2), Toast.LENGTH_SHORT).show(); } public void onNothingSelected(AdapterView<?> arg0){ } }); |
Direct link: https://paste.plurk.com/show/743334