Re: [android-developers] List View multiselection problem

2012-01-09 Thread Chander mourya
Thanks a lot mukesh, it worked On 1/10/12, Mukesh Srivastav wrote: > Mohan, I have done this before, where i am reading all the music files in > SDCard and able to show it in Listview with checkbox. > > Please follow the below points which will help you in resolving. > > 1. Create a class wh

Re: [android-developers] List View multiselection problem

2012-01-09 Thread Mukesh Srivastav
Mohan, I have done this before, where i am reading all the music files in SDCard and able to show it in Listview with checkbox. Please follow the below points which will help you in resolving. 1. Create a class which extends the ArrayAdapter 2.In the getView method of the Adapterclass have the f

[android-developers] List View multiselection problem

2012-01-09 Thread chander
hi all, I am creating an application in which i used a List view to list all files present in SD card, but for some purpose i need to make ListView checkable or selectable by user. i created my own Array adapter of Files, i tried getChoiceMode property as Multiselection but its not working. can so