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

Use MVVM architecture using hilt as DI #117

Open
1 task done
Rajkumarbhakta opened this issue May 11, 2024 · 3 comments
Open
1 task done

Use MVVM architecture using hilt as DI #117

Rajkumarbhakta opened this issue May 11, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request gssoc

Comments

@Rajkumarbhakta
Copy link

Is your feature request related to a problem? Please describe.

Currently the app dose follow MVVM architecture or any DI framework. Without out using the MVVM the room DB every time fetch all data whenever the activity recreate like rotating phone. If there is more data it leads to a performance issue. Implementing MVVM leads the code more maintainable.

Describe the solution you'd like

I would like to move all the data related part to the view models that is lifecycle aware component. And use Hilt for Dependency Injection.

Describe alternatives you've considered

NA

Additional context

NA

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Rajkumarbhakta Rajkumarbhakta added the enhancement New feature or request label May 11, 2024
@Rajkumarbhakta
Copy link
Author

Hi I'm from GSSoC'24. I would like to implement DI and MVVM to the project please assign it to me.

@Suryansh1720001
Copy link
Owner

@Rajkumarbhakta
I am assigning this task to you. Please ensure you implement the feature in the best possible way. Also, star ⭐ the repo for better reach. Connect with me on:
GitHub: https://github.com/Suryansh1720001
LinkedIn: https://www.linkedin.com/in/itssuryansh/

@Rajkumarbhakta
Copy link
Author

@Suryansh1720001 Please add a lavel to this like level 1 ,2,3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc
Projects
None yet
Development

No branches or pull requests

2 participants