Haven't tried. I bet that you'd better extends ArrayAdapter instead of BaseAdapter then use ArrayAdapter.add(Object T) to put it into the ListView dynamically.
Here is the reference, I tried to make a TextView + Checkbox custom ListView using this guide (CheckedTextView does not work since I need to predefine some checkbox) http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ On Mar 26, 7:39 pm, Abdul Mateen <[email protected]> wrote: > Hi, > I just want to ask that how it is possible to add images ( bitmaps ) into > ImageAdapter which is BaseAdapter at runtime. > > Thank You, > Abdul Mateen. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

