Project Description:
App to download images and videos from server, and play then when user clicks a button. Once the video is viewed have to check database for number of permitted views and delete the video/Image from the app. Each time a video or Image is viewed have to update the database on the server and also on the App database.
Simple App, no designing, app will run full screen, just a basic button in the bottom of the screen.
Additional Project Description:
02/21/2013 at 19:41 EST
****
Android App > App checks the server database if there is any images/videos to Download( We will have a server database that is updated with a specific app it to give the video location and number of times it can be viewed).
If there is no Images/Videos from the server the App display a default image/Video preloaded in the App.
If the App has an image/Video to download and number of times it can be viewed, it download it from the server, each time the video is viewed it updates the database in the App and in the server.
Each Image/Video can be viewed by the click of a button on the bottom of the screen.
If the Image is viewed x number of times according to the database then the Image/Video is deleted.