KotlinRxMvpArchitecture

Additional

Language
Kotlin
Version
N/A
Created
Nov 28, 2017
Updated
Jan 2, 2020 (Retired)
Owner
Burak Eregar (burakeregar)
Contributor
Burak Eregar (burakeregar)
1
Activity
Badge
Generate
Download
Source code

KotlinRxMvpArchitecture

MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!

Note: This repo contains two branches. Master branch has the simplified version of the architecture. For clean MVP architecture with all the layers, please checkout mvp-clean-rx-dagger branch.

Main purpose of this repo is dealing unit testing problems and find easy ways to handle them.

Please find the related Medium article here.

Note: If you do not want to use RxJava, you can check this repo.

The project searches user's input in the Github using Github API and shows related response in the listing page.

LICENSE

MIT License

Copyright (c) 2017 Burak Eregar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.