开发者

ListView to hold LinearLayouts

开发者 https://www.devze.com 2023-02-02 00:09 出处:网络
Is it possib开发者_如何学编程le for a ListView to hold LinearLayouts?Absolutely! You will have to write your own custom adapter and then overwrite the getView() method.

Is it possib开发者_如何学编程le for a ListView to hold LinearLayouts?


Absolutely!

You will have to write your own custom adapter and then overwrite the getView() method.

A good example for this can be found here - http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

0

精彩评论

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