Reputation: 237
We want to detect user finger gesture clockwise and counterclockwise like below shape.Also we want to trigger an action in clockwise motion in on 4 O'clock,and trigger an action in counterclockwise motion on 8 O'clock.
we found some circular detection likeThis link and some other but They didn't helped us. How could we achieve this in android??
Also in rounded Arrow we want to detect user gesture if on it and reaches 1 turn The first arrow on, then when user reaches 2 turn the second arrow on. Rounded Arrow
Upvotes: 1
Views: 333
Reputation: 1316
Create two imaginary arc with the same radius. Position them as you need and maintain them for different device resolution.
Check for the following steps:
Upvotes: 1