Skip to content

Architecture

Ivan Schütz edited this page Mar 23, 2020 · 12 revisions
  • Single activity app
  • RxJava
  • MVVM
  • Koin
  • Room
  • Live data in the outer seams (ViewModel -> Fragment) to add lifecycle handling.
  • One way data binding (ViewModel -> UI)
  • Navigation component
Clone this wiki locally