I have lately been working with the%% Android API to make video captures, but I have a common problem that there is a great delay in starting to record a video.
My intention is to make an application where you can record a video pausing without there being a great delay at the time of recording again.
But with MediaRecorder
this is not possible.
In other words, I want to make a Vine app style video recording application, where the recording is done when the user is pressing the screen and when the screen is off the screen, the recording enters pause. p>
How can I resolve this situation?