simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

Use material3 timepickers instead of third party library #38

Open simonalveteg opened 11 months ago

simonalveteg commented 11 months ago

https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.1

simonalveteg commented 11 months ago

The examples in the documentation use a "TimePickerDialog" which is not included. I'll keep using the third party library until it gets included.