I’m wanting to add a listener to my ListView that would detect when a user has triggered a fling. I already have a scroll listener but wish to perform a background operation when the user decides to ‘fling’ away from their current position.
Thanks,
Laurence
Try ListView’s
OnScrollListenerand listen forSCROLL_STATE_FLING.