How can we list video thumbnails on a UItableview.I have the link for the videos (from an external server) in JSON array. Please provide me with some insights or references.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would approach this by generating thumbnails of each video beforehand and sending them down in your JSON array from the server. Any type of local processing of videos would be a huge performance hit.