All Projects → burakeregar → Kotlinmvparchitecture

burakeregar / Kotlinmvparchitecture

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

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlinmvparchitecture

Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-34.27%)
Mutual labels:  dagger2, mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-testing, unit-test, retrofit2
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 (+41.96%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-test
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-65.03%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-pattern, mvp-android
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 (+6995.1%)
Mutual labels:  dagger2, mvp, mvp-architecture, mvp-android, mvp-pattern, 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 (-88.81%)
Mutual labels:  mvp, clean-architecture, dagger2, retrofit2, mvp-pattern, mvp-android
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-54.55%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-architecture, mvp-pattern, mvp-android
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-42.66%)
Mutual labels:  dagger2, mvp, clean-architecture, mvp-architecture, unit-testing, 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 (-65.73%)
Mutual labels:  clean-architecture, dagger2, retrofit2, mvp-android, unit-test
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-88.11%)
Mutual labels:  unit-testing, mvp, dagger2, mvp-architecture, retrofit2
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-26.57%)
Mutual labels:  mvp, clean-architecture, mvp-android, mvp-pattern, retrofit2
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (-55.24%)
Mutual labels:  mvp, retrofit, mvp-architecture, retrofit2, mvp-android
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-86.01%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-android
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-89.51%)
Mutual labels:  retrofit, dagger2, mvp-architecture, mvp-pattern, mvp-android
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (-1.4%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+1961.54%)
Mutual labels:  dagger2, mvp-architecture, mvp-android, mvp-pattern, 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 (-55.94%)
Mutual labels:  dagger2, mvp, clean-architecture, mvp-android, retrofit2
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-81.12%)
Mutual labels:  clean-architecture, dagger2, mvp-architecture, retrofit2, mvp-android
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-36.36%)
Mutual labels:  dagger2, mvp, mvp-architecture, mvp-android, mvp-pattern
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+1063.64%)
Mutual labels:  dagger2, mvp, mvp-architecture, mvp-android, retrofit2
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+442.66%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern

KotlinMvpArchitecture

Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter + EventBus + Anko using Kotlin.

Note: If you would like to use RxJava, you can check this repo.

This repo contains demo module which retrieves mars images from the NASA API. The main purpose of the repo is to reduce the time spent on starting a new project or adding new modules to your existing project. You can add new modules with just 2-3 clicks without writing any code. I have developed an Android Studio template for it. You can check that KotlinMvpTemplateGenerator from here.

I have separated activity dependencies/components from AppComponent to avoid conflicts. KotlinMvpTemplate generates all of required dependency classes, presenters etc. for each module automatically.

UPDATE

Unit Tests are added!

Mockito: a mocking framework for unit tests

EventBus for handling click events & passing your models in viewholders or activities.

Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. You should just type browser chrome://inspect then you can watch network traffic.

LeakCanary is a memory leak detection library for Android and Java.

LoggingInterceptor for watching network traffic from Android Studio's Logcat

SpHelper for saving your models to Shared Preferences easily.

Cache for caching your get requests for a while. (Default cache time is 1 min)

STARTING NEW PROJECT

If you start to develop new project, you can clone this repo to your computer. You just need to rename packages. Now, you are ready! You can start developing your modules.

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].