Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.76 KB

SampleMVVM

Sample project that implements the MVVM architecture using Kotlin, Data Binding, RxJava2 and Android Architecture Components. The application retrieves the list of github repositories of the username entered.

Library reference resources:

  1. Architecture Components: https://developer.android.com/topic/libraries/architecture/adding-components.html
  2. RxJava2: https://github.com/ReactiveX/RxJava
  3. Dagger2: https://github.com/google/dagger
  4. Retrofit: https://github.com/square/retrofit
  5. Glide: https://github.com/bumptech/glide

Branch

Sample Description
master Basic implementation of MVVM using Kotlin, Architecture Components, RxJava2 and Data Binding
dagger Basic implementation of MVVM using Kotlin, Architecture Components, RxJava2, Data Binding and Dagger2 (Dependency Injection)

For Sample project on Data Binding - Check here

For Sample project on MVP Architecture - Check here

License

  Copyright (C) 2018 Pramod Garg
  
  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.