Skip to content

Android app showcasing a Floating Action Button with an exploding animation into submenu buttons, done with Jetpack Compose.

Notifications You must be signed in to change notification settings

eveey/NavButtons

Repository files navigation

NavButtonsApp

Android app showcasing a Floating Action Button with an exploding animation into submenu buttons, done with Jetpack Compose.

Framework

  • Kotlin + Kotlin DSL
  • JDK 17
  • Jetpack Compose
  • Jetpack Navigation
  • Gradle version catalogs
  • Google Material3
  • Detekt, Spotless

Architecture (foundation only)

  • MVVM, ViewModel
  • DI with Hilt

Testing (TBD)

  • JUnit4
  • Espresso

Note Jetpack Compose seems to have issues with gesture and pointer tracking. Need to implement a hack to support tracking pointer events from one Composable (menu button) to the other (action buttons). Potentially related Google issues 192479655, 192479655, 185228754, 284987363

Demo

demo_nav