Android: Record Using Default Video Recorder And Return The Sd Card Path
I'm trying to develop an application which records the video using default application and writes to sd card and then return the sd card path to previous activity. Why it is not wo
Solution 1:
You shouldn't have to hit the back button - the back button = cancel. You should be able to record the video, and when you stop recording, you should press 'Done' or something similar (I've only done this with camera, not video), and then it will return to your app automatically.
Post a Comment for "Android: Record Using Default Video Recorder And Return The Sd Card Path"