List view with customize row layout and base adapter in android

余生颓废 提交于 2019-12-24 15:28:43

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/5649872/list-view-with-customize-row-layout-and-base-adapter-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!