How to create youtube's double-tap gesture on Android?
I have application with exoplayer on Android. I have create youtube's double-tap gesture to jump 10 seconds forward or backward with animation! How create this semicircle with ripple effect on double tap? Like this How to do this? I've also wanted to implement such feature, so I wrote it myself to "copy" YouTube's behavior. It's almost the same. You can find the library here including a sample app: https://github.com/vkay94/DoubleTapPlayerView The instructions are written in the README, but due to Stackoverflow principals: 0) Requirements: Minimum SDK: 21 (could be lower, but I've not tested