-
-
Notifications
You must be signed in to change notification settings - Fork 262
Jetpack compose #901
Copy link
Copy link
Open
Labels
complexThis is a complex addition that will take some timeThis is a complex addition that will take some timemaybeUncertain if this will be doneUncertain if this will be doneuiRelated to app UIRelated to app UIupgradeFix deprecation issues or update to new librariesFix deprecation issues or update to new libraries
Metadata
Metadata
Assignees
Labels
complexThis is a complex addition that will take some timeThis is a complex addition that will take some timemaybeUncertain if this will be doneUncertain if this will be doneuiRelated to app UIRelated to app UIupgradeFix deprecation issues or update to new librariesFix deprecation issues or update to new libraries
Give up and move literally everything but the nightmarish bottom sheet scaffold to Jetpack Compose.
I'm just tired of the state management issues in the current UI. Working with React during my summer internship and on other projects has been actually enjoyable, compared to the current View model. It would also allow me to do nice little animations easier and actually keep up with Android Studio's rapid deprecation of XML.
I'll try to do it within reason, maintaining the same exact user flow fundamentally and trying to avoid making the app feel "weird". Would guess this co-incides with #761.