wail-android

What am I learning. Using this to track what I've been learning in the android world. This page is super high level. Any topics that require more in depth research will have it's own folder.

Prelearn

  • Patterns
    • Builder
    • Observer
  • Dependency Injection
  • Architecture
    • MVP
    • MVVM
    • MVC

Core

Questions

  • How do we handle caching data per user session?
    • Do we need a refresh option?
  • Can I use LiveData with retrofit?

Cool