Android 中具有自定义行布局和基本适配器的列表视图
我正在创建一个ListView
。我创建了两个 XML 文件,在第一个文件中创建了布局,在第二个 xml 文件中创建了 ListView。我希望第一个布局应用于 ListView 行。
I am creating a ListView
. I have created two XML files, in the first one I created a layout, and in the Second xml file - a ListView. I want first layout to be applied to the ListView row.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以使用BaseAdapter和ListView实现。我发现了关于您的问题的非常令人印象深刻的解释。请查看此 URL
带图像的列表视图
This possible using BaseAdapter and ListView. I found a very impressive explanation about your issue .Please have a look on this URL
List View With Images