setting up dynamic listactivity

前端 未结 2 1077
-上瘾入骨i
-上瘾入骨i 2020-12-06 22:23

Please guide whats wrong with the following code that its not creating proper list activity including dynamic image and their description from server output. Here is the im

相关标签:
2条回答
  • 2020-12-06 22:50

    I had the same issue a few days ago. AFAIK you need to create a custom ArrayAdapter. This post helped me out quite a bit:

    http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

    ..this post also seems like a good approach:

    http://united-coders.com/phillip-steffensen/android-dealing-with-listactivities-customized-listadapters-and-custom-designed-0

    0 讨论(0)
  • 2020-12-06 22:56

    Right i've got another example project for you which you can dowload here. Its too much code to post so i've zipped up the project so you can download it. If your not sure how anything works just ask! Enjoy.

    BTW it looks like this:

    0 讨论(0)
提交回复
热议问题