ykws / motion-scroll-android

Demonstration scroll by motion sensor for Android

Home Page:https://speakerdeck.com/ykws/mobairuapurinocao-zuo-fang-fa-woyi-tutemiru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotionScrollApp for Android

Demonstration scroll by motion sensor for Android. Tap the sensor button at the bottom left, and tilt it forward to scroll down, or tilt it backward to scroll up.

SVID_20231021_025037_1.mp4

Tips

Action while pressing

Box(modifier = Modifier.pointerInput(Unit) {
  detectTapGestures(
    onPress = {
      // isPressing

      tryAwaitRelease() // release
    }
  )
}

About

Demonstration scroll by motion sensor for Android

https://speakerdeck.com/ykws/mobairuapurinocao-zuo-fang-fa-woyi-tutemiru

License:MIT License


Languages

Language:Kotlin 100.0%