TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any Android developers using ListView?

8 点作者 giorgosera大约 11 年前
I&#x27;m working for Avocarrot and we are developing a new app monetization product to embed mobile ads inside content streams (more details at: http:&#x2F;&#x2F;avocarrot.com&#x2F;docs&#x2F;#&#x2F;android&#x2F;instream).<p>If you are working with lists for your apps, we have a few questions we&#x27;d like to ask:<p>1) Do you use usually use ListView, ExpandableListView or both?<p>2) Do you use usually create your own adapter by extending and overriding the BaseAdapter, ArrayAdapter, CursorAdapter?<p>3) Would you prefer fully customizing appearance of the ads using your own XML or drag-and-drop templates that are quick to integrate?<p>Any brief answers will be appreciated!<p>Thanks,<p>George

1 comment

SamColes大约 11 年前
1) I&#x27;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.
评论 #7720446 未加载