Skip to content

Instantly share code, notes, and snippets.

@asadmukhtar28
asadmukhtar28 / ChildrenSwipeHandlingMotionLayout.kt
Last active November 7, 2023 06:08
ChildrenSwipeHandlingMotionLayout
import android.content.Context
import android.os.SystemClock
import android.util.AttributeSet
import android.view.MotionEvent
import android.view.View
import androidx.constraintlayout.motion.widget.MotionLayout
import androidx.core.content.PackageManagerCompat.LOG_TAG
import kotlin.math.abs
@asadmukhtar28
asadmukhtar28 / .gitignore
Last active September 2, 2021 11:41
.gitignore file for Android Studio Project, it contains all the files and paths that doesn`t need to pushed to repository.
#built application files
*.apk
*.ap_
*.aab
# files for the dex VM
*.dex
# Java class files
*.class