Re: [android-developers] List View with Check box multiselection

2012-01-10 Thread Chander mourya
Hello mukesh, thanks a lot, i will try the same procedure as you described Thanks On 1/11/12, Mukesh Srivastav wrote: > Hi Chander, > > I wish if i could help with the whole source. The problem is the design. > > let me tell you the real approach. > > 1. create a model class which holds the d

Re: [android-developers] List View with Check box multiselection

2012-01-10 Thread Mukesh Srivastav
Hi Chander, I wish if i could help with the whole source. The problem is the design. let me tell you the real approach. 1. create a model class which holds the data that is name and checkbox with setters and getters. below is the example /** Holds Music data. */ private static class Music { pri

[android-developers] List View with Check box multiselection

2012-01-10 Thread chander
Hi all, In my application, i created a custom file adapter and i am using ListView with checkboxes, upto this point everything working great. But now i have to take the values of Checked listView items in an Array list. In my list view, i am listing Files present on the SD card so i have to take F