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.
- Architecture Components: https://developer.android.com/topic/libraries/architecture/adding-components.html
- RxJava2: https://github.com/ReactiveX/RxJava
- Dagger2: https://github.com/google/dagger
- Retrofit: https://github.com/square/retrofit
- Glide: https://github.com/bumptech/glide
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
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.