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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

-- 
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

Reply via email to