All Projects → AliAsadi → Android Mvp Architecture

AliAsadi / Android Mvp Architecture

🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Mvp Architecture

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 (+4898.03%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, mvp-pattern, presenter, android-application
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-53.69%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-test
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+719.7%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, android-application
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+282.27%)
Mutual labels:  architecture, mvp, android-architecture, mvp-architecture, mvp-android, mvp-pattern
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-55.17%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, mockito, android-application
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (-29.56%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern, unit-test
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (-30.54%)
Mutual labels:  architecture, mvp, clean-architecture, mvp-architecture, mvp-android, mvp-pattern
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-92.12%)
Mutual labels:  mvp, clean-architecture, mockito, mvp-pattern, mvp-android
Flair
This is powerful android framework
Stars: ✭ 31 (-84.73%)
Mutual labels:  mvp, android-architecture, mvp-architecture, mvp-android, android-development
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 (-68.97%)
Mutual labels:  mvp, clean-architecture, android-architecture, mvp-android, mockito
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-75.37%)
Mutual labels:  mvp, mvp-architecture, repository-pattern, mvp-pattern, mvp-android
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-64.53%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-48.28%)
Mutual labels:  mvp, clean-architecture, android-architecture, mvp-android, mvp-pattern
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-67.98%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-pattern, mvp-android
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 (+1352.22%)
Mutual labels:  android-architecture, mvp-architecture, mvp-android, mvp-pattern, presenter
Rxviper
Android micro framework for developing apps based on clean VIPER architecture.
Stars: ✭ 112 (-44.83%)
Mutual labels:  architecture, mvp, clean-architecture, android-architecture, presenter
Cleanarchitecturemanifest
Description of the main principles and rules for building an Android application using Clean Architecture approach
Stars: ✭ 444 (+118.72%)
Mutual labels:  clean-architecture, android-architecture, mvp-android, android-development
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+138.92%)
Mutual labels:  architecture, mvp, clean-architecture, android-architecture
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 (-90.15%)
Mutual labels:  architecture, mvp, android-architecture, mvp-android
Android Clean Architecture Boilerplate
An android boilerplate project using clean architecture
Stars: ✭ 3,534 (+1640.89%)
Mutual labels:  clean-architecture, android-architecture, android-application, android-development

Android MVP Architecture

CircleCI

A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.

Project Structure

Screenshot

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. ui: View classes along with their corresponding Presenters.
  3. utils: Utility classes.

Key points

  • Using base abstract classes to support MVP methodology while avoiding Activity leaks by releasing the view when it's no longer needed, BasePresenter reasonable to destroy the view onDestroy().

Used libraries:

  1. RoomDatabase
  2. ButterKnife
  3. Retrofit
  4. PowerPreference
  5. Gson
  6. Picasso
  7. Mockito

Feel free to submit any type of issues and suggestions for improving the coding standard

Happy Coding!!!


License

   Copyright (C) 2018 Ali Asadi
   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.

Contributing to Android MVP Architecture

Just make pull request. You are in!

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