- Feb 12, 2024
- 2
- 0
- 1
When I use my Android phone for navigation during sports activities like jogging or cycling, I find it difficult to tap or swipe the screen smoothly. For example, cycling on a bumpy road makes my finger stutter across the screen (and most roads are bumpy, especially on the side or shoulder where cycling is safest). Is there a background app that can detect sudden or jerky inputs and filter them out, so that the active app only receives smooth swipes and taps that hold more than half a second? As a user, it would mean that if my swipe is interrupted by a bump in the road, I'd have to swipe again after reaching a more stable area. If there is no such app, is it technically possible to make one? I'm not very familiar with the architecture of Android, so I could only guess how inputs might be intercepted and modified in the background.