Android 列表视图
我想创建一个自定义列表视图,就像在本机电子邮件应用程序中一样
- 当您单击复选框时,您可以添加一个单击侦听器并执行特定操作
- 当您长按它时,它会打开上下文菜单
- 当您单击列表项时,它会执行另一个操作功能类似于转到另一个活动来显示该电子邮件类型。
如果您可以指向本机电子邮件应用程序中的代码..那就太好了:)
I would like to create a custom list view like in the Native Email application
- When you click the check box you can add a click listner and do a particular action
- When you long press it opens the contextual Menu
- When you click the list item it performs another function like going to another activity to display that email kind.
If you can point to the code in the Native Email Application.. it would be great too :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果发布您需要的应用程序的链接就足够了,这里有一个 电子邮件应用程序。
您应该查看的其他资源:
If it is sufficient to post a link to the app you need, here's a link to the source of Email Application.
Other resources you should check out: