googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Add NetworkBoundResource class #42

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Adds the NetworkBoundResource, Resource and ApiResponse classes in order to support fetching from the server and caching in Room. These classes are based off the GithubBrowser architecture component sample project. That project's NetworkBoundResource can be found here.