I'm trying to create a View with touch events to create a vibration pattern like samsung does.
I use CountDownTimer to start recording during 5 seconds. I want to catch ACTION_DOWN and ACTION_UP events from touch.
Are there a library to create this circle view with the timer animation? Any suggestions?