How to get the value of a Listview item which is clicked in android?

前端 未结 4 760
情话喂你
情话喂你 2020-12-15 11:05

I have this below code access the ListView item value into string and display it in alert?

ListView shot = getListView();
shot.setOnItemClickListener(this);
         


        
4条回答
提交回复
热议问题