adding images along with text in listview in android
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.
精彩评论