Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MVVM Architecture with Room

MVVM Architecture with Room

AndroidDev Surabaya

December 20, 2019
Tweet

More Decks by AndroidDev Surabaya

Other Decks in Technology

Transcript

  1. Architecture Pattern in Android - MVC (Model View Controller) -

    MVP (Model View Presenter) - MVVM (Model View ViewModel)
  2. Room adalah persistance library yang mempermudah kita untuk melakukan transaksi

    data dengan SQLite dan mengurangi jumlah boilerplate code Apa itu Room ?