Different Icons in List View

前端 未结 4 484
走了就别回头了
走了就别回头了 2021-02-05 16:10

I have to create a list view , with each item getting a separate icon along the right hand side. I have written a code , but its not working ? how do I proceed ? application cra

4条回答
  •  伪装坚强ぢ
    2021-02-05 16:50

    You can get simple Code here, which shows an image and some text in each row of the list:

    http://www.mkyong.com/android/android-listview-example/

    enter image description here

    but if the number of rows is high, and if the image in each row is to be fetched from a server then you better use this:

    https://github.com/thest1/LazyList

提交回复
热议问题