Suryansh1720001 / Taaveez

Meet Taaveez, the awesome new app designed specifically for artists and entertainers. It's incredibly user-friendly—just a few taps, and you can jot down your creative ideas and cool stuff. This project highlights a well-executed Android implementation with a modern design, using the latest Android development tools.
https://play.google.com/store/apps/details?id=com.itssuryansh.taaveez
Apache License 2.0
35 stars 50 forks source link

Use MVVM architecture using hilt as DI #117

Open Rajkumarbhakta opened 4 months ago

Rajkumarbhakta commented 4 months ago

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

Rajkumarbhakta commented 4 months ago

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

Suryansh1720001 commented 4 months ago

@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 commented 4 months ago

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