开发者

How to show more than one textview title in a list view?

I have a list view and i'm trying to show more than one textview in a listview? How to achieve it? any example code ? thanks in ad开发者_开发技巧vance...


You need to create a custom list adapter. There are many examples online. Google for "android custom list" and u will find enough examples.

The idea is that you create a row.xml that reaembles what a single row should look like. Could be 2 textviews could be 10. In the adapter you tell the rows in the listview to use row.xml instead of standard rows. For the custom adapter you will probably want to extend arrayadapter.

I am using my phone so i can't link examples. Goodluck on your search. Its actually not so hard when u understand the proces.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜