Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Any Android developers using ListView?
8 points by giorgosera on May 9, 2014 | hide | past | favorite | 2 comments
I'm working for Avocarrot and we are developing a new app monetization product to embed mobile ads inside content streams (more details at: http://avocarrot.com/docs/#/android/instream).

If you are working with lists for your apps, we have a few questions we'd like to ask:

1) Do you use usually use ListView, ExpandableListView or both?

2) Do you use usually create your own adapter by extending and overriding the BaseAdapter, ArrayAdapter, CursorAdapter?

3) Would you prefer fully customizing appearance of the ads using your own XML or drag-and-drop templates that are quick to integrate?

Any brief answers will be appreciated!

Thanks,

George




1) I've never had to use ExpandableListView. ListView I use all the time. 2) Most often, BaseAdapter 3) Both options. XML if I had to pick.


thanks Sam.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: