Skip to content

(Android) Time Trainee Tracker App repository implements MVVM Architecture using Room, ViewModel, LiveData, etc.

License

Notifications You must be signed in to change notification settings

blckclov3r/mvvm_time-trainee-tracker

Repository files navigation

Time Trainee Tracker (CRUD)

This is an Android App that allows to create, read, update and delete (CRUD). The app is implemented using Android Architecture Components - MVVM, Room, LiveData, ViewModel, etc.

Screenshots

Dependencies

  • AndroidX
  • Android support design
    • implementation 'com.android.support:design:28.0.0'
    • implementation 'com.google.android.material:material:1.0.0-beta01'
  • Room components
    • implementation "androidx.room:room-runtime:2.1.0"
    • annotationProcessor "androidx.room:room-compiler:2.1.0"
  • Lifecycle components
    • implementation "androidx.lifecycle:lifecycle-extensions:2.0.0"
    • annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.0.0"
  • Chivorns/SmartMaterialSpinner
    • implementation 'com.github.chivorns:smartmaterialspinner:1.1.0'
  • F0RIS/sweet-alert-dialog
    • implementation 'com.github.f0ris.sweetalert:library:1.5.6'

About

(Android) Time Trainee Tracker App repository implements MVVM Architecture using Room, ViewModel, LiveData, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages