简体   繁体   中英

to get checked items from listview and store it in array

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 in the next layout in the same activity?pls help....

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

link http://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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM