piashcse / Hilt-MVVM-Compose-Movie

Movie World 📱 android app built with Jetpack Compose, Hilt, Coroutines, Flow, Room, ViewModel based on MVVM architecture recommended by Google. It offers a clean, scalable, and maintainable codebase for Android development.
240 stars 47 forks source link

Managing loading states #10

Open alirezaeiii opened 4 weeks ago

alirezaeiii commented 4 weeks ago

Thank you for great sample. I have a suggestion for you :

Managing loading states for every method call can lead to repetitive code, which can make the project harder to maintain and extend. Consolidating loading state management would indeed make it cleaner and more manageable.

piashcse commented 3 weeks ago

Thanks for your valuable feedback. Will focus on accordingly