LeoAndo / android-single-tap-samples

sample for single tap View (Android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Double tap deterrence sample project

development environment

スクリーンショット 2022-01-26 22 00 37

best practice by compose

https://github.com/LeoAndo/android-single-tap-samples/blob/main/SingleTapComposeSample/app/src/main/java/com/example/singletapcomposesample/ui/components/SingleTapButton.kt

2022-01-25 20:26:21.889 12503-12503/com.example.singletapcomposesample D/SingleTapButton: onSingleClick
2022-01-25 20:26:22.024 12503-12503/com.example.singletapcomposesample D/SingleTapButton: Disable click for a certain period.
2022-01-25 20:26:23.018 12503-12503/com.example.singletapcomposesample D/SingleTapButton: onSingleClick

best practice by kotlin

https://github.com/LeoAndo/android-single-tap-samples/blob/main/SingleTapKotlinSample/app/src/main/java/com/leo/singletapsample/ViewExt.kt#L22

best practice by java

https://github.com/LeoAndo/android-single-tap-samples/blob/main/SingleTapJavaSample/app/src/main/java/com/example/singletapjavasample/CustomButton2.java

Capture Google Pixel 4 OS:12

Compose View

Live Coding (SingleTapComposeSample)

https://youtu.be/oTw2-tyJcRY

development memo

#1
LeoAndo/SingleTapSample#1
LeoAndo/SingleTapSample#6

About

sample for single tap View (Android)


Languages

Language:Kotlin 66.8%Language:Java 33.2%