• Stars
    star
    2
  • Language
    Kotlin
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An application to freshen up on Android architecture components, using room and MVVM architectural patterns to help separate the UI logic and the business logic. We will be creating a notes application that receives livedata from the the user, persist the data in SQLite using Room library and display the data in the UI using ViewModel.