与定制行布局和基地适配器的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.
答
这可以使用 BaseAdapter 和的ListView 。我发现你的问题很IM pressive解释。请对这个网址看看
This possible using BaseAdapter and ListView. I found a very impressive explanation about your issue .Please have a look on this URL