开发者

to move listview data to edit text,

i cant get clearview in this... i need reuse the listview datas for some purpose, i wish to how to 开发者_Go百科move the listview data to a edittext.. kindly assist with sample code..


You might be having an array which holds the data the list view gets.

You can listen for onItemSelected event on the list, and get the position of the row selected, and then pick up the data at this position in your base array. now put this data into EditText.

This is in the case when you want to put the text into edit text when user clicks a particular row.

Need more help? revert!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜