Having a Mysql Table containing video file path and Image file path and Videos and images are stored in asset folder on the remote database.
I wanted to populate both views in same listview/Custom list. I am not able to find the solution What procedure I should adopt to full fill this requirement. I am able to do the image part but how to show video part I am not understanding.
This is clear but my problem is having path stored in the database and actual video file is in asset folder. when I download it download the complete video file. I just want to show the first frame in the custom list and onclick it should run the video. In custom list what view type a should take to show video frame and how can I cut the first frame on the fly to show it in the custom list.