Title: Record A Video From android Camera and Upload It To A Server
Budget: Not Sure
Location: Not Disclosed
Time Left: Ended
PROJECT DESCRIPTION
I need a software on ANDROID with these functionalities:
- A menu with four buttons: "DOWNLOAD TEST.HTML","OPEN DOWNLOADED TEST.HTML","SEND LAST RECORDED VIDEO"
- when the "DOWNLOAD TEST.HTML" button is clicked, the test.html file will be downloaded from a (fixed) server and should be placed on a local directory tree
- when the "OPEN DOWNLOADED TEST.HTML" button is clicked, the test.thml file should be openned on the android browser
- the test.html file is only a link to call the record application (this is thel whole content of the file: " Record Video" ). Once the link "Record Video" is clicked by the user, an application should be launched and start recording from the camera
- user should finish recording by pressing a button
- once the record application is finished, the menu should be brought to the screen
- and finally, when user clicks on "SEND LAST RECORDED VIDEO", the file should be transferred to a server by using a html multipart/form-data (upload.php)
So, we have four "challenges" on this demand: download a html file to local tree, open a application from the link on the HTML (viewed inside the browser), record a video from the camera and upload the recorded video
PS:
- don't worry about layout stuff.
- dont have to comunicate with the server, just download de html file and upload the video file