Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate the use of Jetpack Compose, Hilt, Flows in this project #4879

Open
madhurgupta10 opened this issue Mar 2, 2022 · 0 comments
Open

Comments

@madhurgupta10
Copy link
Collaborator

Hilt is a dependency injection built on top of Dagger, it is much easier to understand and implement than Dagger. https://developer.android.com/training/dependency-injection/hilt-android

Flows is a Kotlin extension for coroutines and works best along with Jetpack Compose. https://developer.android.com/kotlin/flow

Jetpack Compose is the new popular UI toolkit for Android Apps. https://developer.android.com/jetpack/compose
It has some significant advantages over XML and it seems like XML make be deprecated in future. It can be used along with XML so I suggest someone who is interested in working on this issue can start with a very basic activity and see how difficult is to move from XML to Jetpack Compose.

Please note that working on this issue would first need approval from collaborators and also extensive knowledge of the app codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant