How to make a Android video recording app that loads the recording in a createVideoPlayer(view)

You must Login before you can answer or comment on any questions.

I have made a app for iPhone that records video, create a video preview/playback view and let me POST the recording to the web. But when I want to make a similar working app for Android it seems to be much more of a challenge. To make the app load the android video recorder, make a recording and let me save it -works ok, but I want the recorder to stop at a videoMaximumDuration and load the video in a createVideoPlayer(a preview view) in the current window after a save is confirmed. I have not yet seen any sample code that have this record- and preview video function. Have anyone dealt with such a challenge and can help me?

Your Answer

Think you can help? Login to answer this question!