Skip to content

tieorange/DobDroidMVVM

 
 

Repository files navigation

DobDroidMVVM

MVVM sample app (based on Android Architecutre Components MVVM)

Plus a library containing abstraction layers for some generic app features

  1. Loading, error views
  2. List screens
  3. Details screens
  4. "Chooser" screens (list pickers)
  5. Forms
  6. Routing

For more info, please study the sample module

Import

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    api 'com.github.andob:DobDroidMVVM:1.0.1'
}

License

Copyright 2019 Andrei Dobrescu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.`

About

Android Architecutre Components MVVM setup

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 87.2%
  • Java 12.8%