Question

I'm using a Gallery (android.widget.gallery) with an ImageAdapter which extends BaseAdapter. I need to count all User-Interactions with this Gallery. I count the Clicks within an OnClickListener, but how can I count the Flings / Swipes?

I hope you can give me an hint!

Was it helpful?

Solution

You will need to subclass Gallery, and override the methods you need, such as onFling, onDown, etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top