Skip to content

Instantly share code, notes, and snippets.

View vanniktech's full-sized avatar

Niklas Baudy vanniktech

View GitHub Profile
@vanniktech
vanniktech / AndroidSwipe.kt
Last active August 29, 2022 12:31
Android Swipe Left / Right
import android.annotation.SuppressLint
import android.content.Context
import android.view.GestureDetector
import android.view.GestureDetector.SimpleOnGestureListener
import android.view.MotionEvent
import android.view.View
import android.view.View.OnTouchListener
import timber.log.Timber
import kotlin.math.abs