Android - ListView click HOWTO? - Stack Overflow

Android - ListView click HOWTO? - Stack Overflow

瀏覽:645
日期:2025-06-18
First, the class must implements the click listenener : implements OnItemClickListener Then set a listener to the ListView yourList.setOnItemclickListener(this); And finally, create the clic method: @Override public void onItemClick(AdapterView parent, Vi...看更多