Methods that are used to implement Flick and Drag Gestures and implementation of Checkstyle

from the CommonsWare Community archives

At June 24, 2019, 4:36pm, Ven asked:

I want to know what methods do I use to implement “Flick” and “Drag” gestures in Touch mode . I have searched but didn’t find any useful, could you help me out and one more concept I want to know is “Checkstyle” – I want it’s implementation in android project . Thank you


At June 24, 2019, 4:52pm, mmurphy replied:

I want to know what methods do I use to implement “Flick” and “Drag” gestures in Touch mode

I do not know what a “flick” gesture is. More importantly, I have not worked with this sort of low-level touch gesture in several years.

one more concept I want to know is “Checkstyle” – I want it’s implementation in android project

I have not used this in an Android project. If I wanted to use it, I would be working off of resources like this and this.

I am sorry that I did not have more recent personal experience with these concepts!