I am developing an android application in which users can see the list of the videos in our database. All the videos are saved in Ooyala video platform.
Now when the user clicks on "download video" button, that video needs to be saved in the application cache. The user can view the video later at anytime. But I need it to be downloaded in the application cache itself, not in the library, so that the user can share that video easily.
So I created a local dababase in the application and saved the video lists.
But I am stuck here, in saving the cache area.