All Projects → ragnor-rs → visum

ragnor-rs / visum

Licence: Apache-2.0 License
Android reactive MVP stack

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to visum

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 (+968.42%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+642.11%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+652.63%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+3984.21%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+394.74%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (+163.16%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (+242.11%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (+278.95%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+378.95%)
Mutual labels:  mvp, mvp-architecture, 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 (+53300%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Trickl
trickl torrent client
Stars: ✭ 50 (+163.16%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, 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 (+5.26%)
Mutual labels:  mvp, mvp-architecture, mvp-android
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+868.42%)
Mutual labels:  mvp, mvp-architecture, mvp-android
Moxy
Moxy is MVP library for Android with incremental annotation processor and ktx features
Stars: ✭ 234 (+1131.58%)
Mutual labels:  mvp, mvp-architecture, mvp-android
MVPDemo
MVP+动态代理的模式框架例子
Stars: ✭ 12 (-36.84%)
Mutual labels:  mvp, mvp-architecture, mvp-android
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-15.79%)
Mutual labels:  mvp, mvp-pattern, 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 (-21.05%)
Mutual labels:  mvp-architecture, mvp-pattern, mvp-android
Linkage Recyclerview
即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表。
Stars: ✭ 2,970 (+15531.58%)
Mutual labels:  mvp, mvp-architecture, mvp-android
android-template
Template for android development at Tiki
Stars: ✭ 17 (-10.53%)
Mutual labels:  mvp, mvp-architecture, mvp-android
MVPDemo
Android MVP架构Demo--Android MVP架构从入门到精通-真枪实弹
Stars: ✭ 66 (+247.37%)
Mutual labels:  mvp, mvp-architecture, mvp-android

Visum

Build Status Release

Android reactive MVP stack.

The library encourages developers to use Android Clean MVP architecture pattern.

There are two Dagger 2 scopes. One is common scope which is implemented by creating a component in Application class. And the other one is handled manually by creating and destroying components for current view via ComponentCache.

You can find an example of Visum usage in demo submodule.

Compatibility

This library is compatible from API 16 (4.1)

Download

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Add the dependency

dependencies {
    implementation 'com.github.ragnor-rs:visum:383c28f2b1c2602f3d15dc97156c744826b793ba'
}

License

Copyright 2016 Renat Sarymsakov.

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