CameraVideoButton icon indicating copy to clipboard operation
CameraVideoButton copied to clipboard

Instagram like animated button for taking photo or recording video.

Results 3 CameraVideoButton issues
Sort by recently updated
recently updated
newest added

Right now , by releasing the long-press record button will reset the button to a default state. How can I keep the record button in a pause state?.

If the user drags their finger off the button instead of lifting it up then the onLongPressEnd() function is never called. I don't think MotionEvent.ACTION_UP is enough to detect if...