Re: [android-developers] Re: Online Image in SimpleExpandableList

2010-11-23 Thread Kumar Bibek
Yup... Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Nov 23, 2010 at 9:54 PM, Leon Moreyn-Android Development < lmor...@earthcam.com> wrote: > So the SimpleExpandabeListAdapter is text base only? So I would need > to create new adapter style? > > On Nov 23, 1:51 am, K

[android-developers] Re: Online Image in SimpleExpandableList

2010-11-23 Thread Leon Moreyn-Android Development
So the SimpleExpandabeListAdapter is text base only? So I would need to create new adapter style? On Nov 23, 1:51 am, Kumar Bibek wrote: > Well, for this you will have to write a custom adapter for your list view, > since the adapter you are using cannot be directly used to show an image. > > Kum