Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.03 KB

FloatingCamera

Demonstrates a movable, floating button using Jetpack Compose and Coroutines.

  • The button, when enabled, floats above the current UI and can be dragged/moved.
  • Clicking the floating button takes a screenshot of the current screen.
  • This screenshot can be shared via email or by other options.

This project uses:

  1. Jetpack Compose for the UI
  2. Coroutines
  3. Koin for dependency injection
  4. MediaProjection for taking screenshots

References used: