Re: [android-developers] listview hashmap checkbox

2012-08-24 Thread Justin Anderson
> > im working on a customized listview(hashmap) > I can't think of a scenario where you would want to use a hashmap for a ListView. ListView requires index positions for everything and a hashmap doesn't provide that functionality. the isue is that i can't use the values of some textviews when th

[android-developers] listview hashmap checkbox

2012-08-16 Thread anasKun
hello everyone im a beginner at android and im working on a customized listview(hashmap) with images, textviews and checkboxes the isue is that i can't use the values of some textviews when the checkbox is checked if anyone'zs familliar with this i can post the code plzz help -- You received t