TheSomeshKumar / Flixplorer

Jetpack Compose project showcasing Android MVVM guideline published on https://developer.android.com/topic/architecture#recommended-app-arch
MIT License
94 stars 11 forks source link

About the naming of HomeMediaUI #22

Closed tenSunFree closed 2 months ago

tenSunFree commented 3 months ago

Have you considered changing HomeMediaUI to HomeMediaModel? This would seem more intuitive to indicate that it is a data model, rather than possibly a UI component.

2024-07-19_181942 2024-07-19_181951
TheSomeshKumar commented 3 months ago

@tenSunFree Totally agree. Will do!

TheSomeshKumar commented 2 months ago

@tenSunFree Done. Thanks for the report