开发者

to get checked items from listview and store it in array

开发者 https://www.devze.com 2023-03-08 11:44 出处:网络
I am new to android..please help me. how to get the checked items from listview and store it an array and display it in another listview i开发者_运维技巧n the next layout in the same activity?pls help

I am new to android..please help me. how to get the checked items from listview and store it an array and display it in another listview i开发者_运维技巧n the next layout in the same activity?pls help....


Hi if you are using listView with check box then you can follow this

linkhttp://appfulcrum.com/?p=281


Rather than create checked list box, create custom list view. You can easily detect whether checked box is checked or not.

0

精彩评论

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