android - Get value of item on OnItemClick Listview - Stack Overflow

android - Get value of item on OnItemClick Listview - Stack Overflow

瀏覽:325
日期:2025-10-02
The parameter v is the current row. so use: public void onItemClick(AdapterView< ?> parent, View v, int position, long id) { TextView c = (TextView) v....看更多