android-template icon indicating copy to clipboard operation
android-template copied to clipboard

MVVM Sample Project

Open jonduran3000 opened this issue 6 years ago • 0 comments

Sample app to show an opinionated architecture built on top of the android-template. The sample app codebase will live in a different public repo.

Specs:

  • List all Raizlabs repos: https://api.github.com/orgs/raizlabs/repos
  • Clicking a repo opens a detail view which displays:
    • The latest commit: https://api.github.com/repos/Raizlabs/RZUtils/commits
    • The number of open issues: https://api.github.com/repos/Raizlabs/android-template/issues
  • List of repos should fetch from db first, and if the data is older than 5 minutes, fetch from the network, update the db and the ui with the response.
  • For latest commit and open issues, if the data from the db is older than 10 minutes, fetch from the network, update the db and the ui with the response.
  • Include a README.MD file explaining the architecture from a high level and providing blog posts / resources for devs to learn more.

jonduran3000 avatar Jun 08 '18 19:06 jonduran3000