Skip to content

Latest commit

 

History

History

PinchZoom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PinchZoom

RecyclerViewExtensions module providing utilities for pinch zooming.

PinchZoomItemTouchListener

A RecyclerView.OnItemTouchListener that invokes PinchZoomListener#onPinchZoom(int) whenever the gesture is detected around a specific position.

To use, add it as a touch listener to RecyclerView:

recyclerView.addOnItemTouchListener(
        new PinchZoomItemTouchListener(context, listener));