MVPArchitecture Save

Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on

Project README

Android Arsenal License GitHub issues GitHub pull-requests

KotlinMVPArchitecture

Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2

This is simple Kotlin MVP demo. Here we are using following technologies

  1. Dagger2
  2. Retrofit2
  3. Kotlin extentions

The app has following packages:

  1. annotation : Custom anotations related to DI life cycle.
  2. component : Dependency providing classes using Dagger2.
  3. network : Network classes using retrofit2.
  4. presenter : Presenter classes and DI Module.
  5. ui : View classes along with their corresponding Presenters.

Library reference resources:

  1. Dagger2 : https://github.com/google/dagger
  2. RxJava2 : https://github.com/ReactiveX/RxJava
  3. Glide : https://github.com/bumptech/glide

License

Copyright 2017, Leopold Baik

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.
Open Source Agenda is not affiliated with "MVPArchitecture" Project. README Source: agustarc/MVPArchitecture

Open Source Agenda Badge

Open Source Agenda Rating