On Fri, Jun 29, 2012 at 4:24 PM, Mark Murphy <[email protected]>wrote:
> On Fri, Jun 29, 2012 at 6:51 AM, Narendra Singh Rathore > <[email protected]> wrote: > >> of course it's possible, you don't have to use ArrayAdapter after all > > > > Oh, is it? So, please tell me the alternative of using ArrayAdapter. > > Use any other kind of adapter, including your own BaseAdapter > subclass. Also note that ArrayAdapter does work without a layout > resource file, but you have to override getView(), not chain to the > superclass, and handle row creation and recycling yourself. > Ok, got that. -- 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

