HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Utilize Compose Previews #44

Closed HLCaptain closed 1 year ago

HLCaptain commented 1 year ago

Make use of Compose Preview by making Composables independent from the viewModel injected by Hilt.

Here are some official Google code examples showcasing possible solutions.