开发者

adding images along with text in listview in android

开发者 https://www.devze.com 2023-02-16 02:34 出处:网络
I am developing an android application which involves list along with 开发者_如何学JAVAimages.can anyone tell how can i do this..

I am developing an android application which involves list along with 开发者_如何学JAVAimages.can anyone tell how can i do this..

Thanks in advance Tushar


you can use this link.. i feel, this is the best example... http://w2davids.wordpress.com/android-listview-with-iconsimages-and-sharks-with-lasers/


this example might help you http://www.androidpeople.com/android-custom-listview-tutorial-part-2


Try reading the documentation relating to lists and adapters.

Possibly the easiest adapter to get acquainted with is ArrayAdapter.

Don't be afraid of the online documentation, it's really approachable once you get used to it.

0

精彩评论

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