Get checked Listitems from ListView and pass that to another activity
Posted
by
Rajesh Rajaram
on Stack Overflow
See other posts from Stack Overflow
or by Rajesh Rajaram
Published on 2012-09-14T15:10:35Z
Indexed on
2012/09/14
15:38 UTC
Read the original article
Hit count: 455
I'm developing a Android
application using ListView
.
ListView
have a one file in each and every ListItem
. Here, I have set onItemClick
in ListView
. So, that if user clicks the ListItem
email application gets open and attach the particular file in email. Its for the single File
, this gets implemented and working fine.
Now I want attach the multiple file in email. i.e. the implementing the CheckBox
in each ListItem
and checked items have to attached into the Mail.
I know its possible because its very similar to the file manager application that checking the multiple file and deleting the all file by clicking the single Button
. But don't know how to do.
© Stack Overflow or respective owner