In MYSQL database I store many images in a single field by seperating them with commas.
In my android application I have to show only single image or first image at a time.
How to get and store all the images from database in my code which is seperated by comma and display only one at a time??