All Projects → JessYanCoding → Mvpart

JessYanCoding / Mvpart

Licence: apache-2.0
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mvpart

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 (+1207.47%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, mvparms, mvp-pattern
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+114.43%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, mvparms
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 (-73.84%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, mvp-pattern
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (-81.83%)
Mutual labels:  architecture, mvp, mvp-architecture, mvp-android, mvp-pattern
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-86.47%)
Mutual labels:  mvp, android-architecture, mvp-android, mvp-pattern
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-87.89%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Moxy
Moxy is MVP library for Android with incremental annotation processor and ktx features
Stars: ✭ 234 (-69.85%)
Mutual labels:  mvp, android-architecture, mvp-architecture, mvp-android
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-93.56%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Flair
This is powerful android framework
Stars: ✭ 31 (-96.01%)
Mutual labels:  mvp, android-architecture, mvp-architecture, mvp-android
Karchi
Repository that showcases 3 different Android app architectures, all with Java and Kotlin versions: "Standard Android", MVP and MVVM. The exact same app is built 6 times following the different patterns.
Stars: ✭ 20 (-97.42%)
Mutual labels:  architecture, mvp, android-architecture, mvp-android
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-91.62%)
Mutual labels:  mvp, mvp-architecture, 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 (-98.07%)
Mutual labels:  mvp-architecture, mvp-pattern, mvp-android, architectural-patterns
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-88.27%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (-81.57%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-90.72%)
Mutual labels:  mvp, 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 (+279.9%)
Mutual labels:  android-architecture, mvp-architecture, mvp-android, mvp-pattern
Componentizationarch
Stars: ✭ 265 (-65.85%)
Mutual labels:  architecture, mvp, mvp-architecture, mvp-android
Trickl
trickl torrent client
Stars: ✭ 50 (-93.56%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
visum
Android reactive MVP stack
Stars: ✭ 19 (-97.55%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
android-template
Template for android development at Tiki
Stars: ✭ 17 (-97.81%)
Mutual labels:  mvp, mvp-architecture, mvp-android

MVPArt

Latest Stable Version Build Status Min Sdk Version License Author QQ Group

中文说明

A New Android MVP Architecture

This framework is designed to solve the traditional MVP class and interface too much, and Presenter and View communicate too complicated through the interface, reuse Presenter too much cost

Architectural

Introduction

Master Branch

Master branch is a simple framework without network layer, mainly through the four Demo introduced the framework of the ideas, features and use of methods, compact and flexible has a set of existing framework but need to refactor For MVP structure of the project, but no matter which branch you are using is strongly recommended that you first look at Master branch Demo

Complete Branch

Complete branch is a complete framework with a network layer, Retrofit as a network layer and use Dagger2 to manage all objects, mature and powerful for new projects

Notice

  • Use Template to automatically generate MVP classes

  • This framework is a lightweight framework, more suitable for small and medium-sized projects, large-scale projects please use MVPArms

  • Traditional MVP corresponds to a Presenter, and most Presenter has only one or two methods, which leads to the existence of a large number of very few tags Presenter, this framework is designed to solve the reuse Presenter need to achieve too many redundant interface method, encourage developers to write similar logic in a Presenter, constantly reuse Presenter, reduce a large number of class files

  • Of course, many different logic is written in a Presenter, although you can write a lot of classes, but behind the expansion is certainly not good, so the size of their own control, but for the outsourcing project is very useful

Download

 implementation 'me.jessyan🎨2.5.0'

 ---------------------- 以下是扩展库 ----------------------
 
 //想使用 Glide 请依赖 art-imageloader-glide 扩展库
 implementation 'me.jessyan:art-imageloader-glide:2.5.0' 
 
 //想使用 AndroidAutoLayout 请依赖 art-autolayout 扩展库
 implementation 'me.jessyan:art-autolayout:2.5.0'

About Me

License

 Copyright 2017, jessyan

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