Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 327 Bytes

Android-MVVM-by-LiveData

Its a simple Android MVVM example by LiveData.

Here, I just get a EditText data and set it to a TextView by livedata to follow Android MVVM(Model View ViewModel) architecture.

Thanks