android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

Introduce ViewModels and removed LocalMovieRepository. #124

Closed chikoski closed 11 months ago

chikoski commented 1 year ago

This PR let screens have dedicated ViewModels so that we can remove LocalMovieRepository.

chikoski commented 1 year ago

@mmoczkowski Would you please review the updated pull request if you have any time?

chikoski commented 12 months ago

Thanks for reviewing and helpful suggestions! I sent the following two updates for this PRl. The second one to update MainActivity.kt, and the first one for the remaining of your suggestion.

There is not intention to split PRs. I realized that I forgot to include the second one after sending the first one... Apologies for the inconvenience.

chikoski commented 11 months ago

@mmoczkowski Would you please take a look at the updated code if you have any time?