There is a scenario where I have to create a Custom ListView. What does the Custom ListView contains?
One TextView, One Thumnail, a list of images that will be added during the runtime.
Let me provide with the screenshot for better understanding:-
In the second list item we can see that there are 3 images that has been added to this list item during the run time.
Now my question is that how can I load the list of images during the runtime? I am confused and got stuck on it.
Please help.
Thanks in advance!!!