All Projects → burakeregar → Kotlinrxmvparchitecture

burakeregar / Kotlinrxmvparchitecture

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

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlinrxmvparchitecture

Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+52.13%)
Mutual labels:  dagger2, mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-testing, unit-test, retrofit2
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+10693.62%)
Mutual labels:  rxjava, dagger2, mvp, mvp-architecture, mvp-android, mvp-pattern, retrofit2
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-81.91%)
Mutual labels:  unit-testing, rxjava, mvp, dagger2, rxandroid, mvp-architecture, retrofit2
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-82.98%)
Mutual labels:  mvp, clean-architecture, dagger2, rxandroid, retrofit2, mvp-pattern, mvp-android
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-3.19%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, mvp-architecture, mvp-android, mvp-pattern
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+50%)
Mutual labels:  rxjava, rxandroid, mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+115.96%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-test
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+6.38%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, mvp-android, retrofit2
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-32.98%)
Mutual labels:  rxjava, dagger2, mvp, clean-architecture, mvp-android, retrofit2
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-12.77%)
Mutual labels:  dagger2, mvp, clean-architecture, mvp-architecture, unit-testing, retrofit2
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-30.85%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-architecture, mvp-pattern, mvp-android
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-71.28%)
Mutual labels:  clean-architecture, dagger2, mvp-architecture, retrofit2, mvp-android, rxkotlin
Androidstarter
A sample Android app using the MVP architecture.
Stars: ✭ 140 (+48.94%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, mvp-architecture, retrofit2
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-46.81%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-pattern, mvp-android
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (-17.02%)
Mutual labels:  rxjava, mvp, dagger2, rxandroid, mvp-architecture, retrofit2
Afmall
A pure shopping App based on Kotlin + ARouter + MVP + RxJava2 + Retrofit + Dagger2 + 七牛云 + Glide
Stars: ✭ 20 (-78.72%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp-android, retrofit2
AndroidTutorials
Ejemplos Android [Dagger2,RxJava,MVP,Retrofit2,SQLite]
Stars: ✭ 22 (-76.6%)
Mutual labels:  rxjava, dagger2, rxandroid, retrofit2, mvp-android
Aiyagirl
🔥 爱吖妹纸(含 Kotlin 分支版本)——Retrofit + RxJava + MVP 架构 APP 体验代码家的干货集中营 Gank.io,福利多多,不容错过
Stars: ✭ 1,109 (+1079.79%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, retrofit2
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (-47.87%)
Mutual labels:  clean-architecture, dagger2, retrofit2, mvp-android, unit-test
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (-60.64%)
Mutual labels:  rxjava, rxkotlin, dagger2, clean-architecture, retrofit2

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].