googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Add AccountViewModel and unit tests #10

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Adds AccountViewModel that acts as a wrapper around the AccountRepository and the unit tests for it. These files shouldn't need to change when the WebService is integrated, but may change slightly when Hilt/Dagger is used.