Skip to content

Instantly share code, notes, and snippets.

View JyotimoyKashyap's full-sized avatar

Jyotimoy Kashyap JyotimoyKashyap

View GitHub Profile
@BhavyaRattan
BhavyaRattan / ScaleItemOnTouchListener.kt
Created September 26, 2020 14:21
Magic Touch Recycler
class ScaleItemOnTouchListener : RecyclerView.OnItemTouchListener {
private var previousX = 0f
private var previousY = 0f
private var previousMotionX = 0f
private var previousMotionY = 0f
private object Constants {
const val SCALE_DEFAULT = 1f