I am trying to get image from URL then add it to a listview. I can successfully get the image, but I\'m struggling with adding it to the listview.
I have tried this
Hello Guys
I have been searching thick and thin, and I am having some issues implementing a ListView with simpleadapter. Then @AYorhan said to use baseadapter and provided the link which helped me lot to solve my problem. Then @Ramesh provided me with an example which too helped me lot.
I am wanting to create my own List Adapter using simpleadapter to show in a listView but din't get success after that I used with BaseAdapter, with multiple items fetching from a server using JSON URL. I got the success.
I am sharing this working code link for some beginners in android might them get a help to retrieve image from server and fetch into the listview using baseadpater.
Regards :::: TechEnd