All Projects → mohak1712 → Mvpandroid

mohak1712 / Mvpandroid

Licence: other
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mvpandroid

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 (+11049.45%)
Mutual labels:  rxjava, dagger2, mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+3.3%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, 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 (-82.42%)
Mutual labels:  mvp, mockito, dagger2, rxandroid, mvp-pattern, mvp-android
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (+149.45%)
Mutual labels:  rxjava, rxandroid, mvp, espresso, mockito, android-application
Androidstarter
A sample Android app using the MVP architecture.
Stars: ✭ 140 (+53.85%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, mvp-architecture, mockito
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 (+123.08%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, mockito, android-application
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (-14.29%)
Mutual labels:  rxjava, mvp, mockito, dagger2, rxandroid, mvp-architecture
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+54.95%)
Mutual labels:  rxjava, rxandroid, mvp, mvp-architecture, mvp-android, mvp-pattern
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 (-30.77%)
Mutual labels:  rxjava, dagger2, mvp, mvp-android, espresso, mockito
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+3741.76%)
Mutual labels:  rxjava, dagger2, mvp-architecture, mvp-android, android-application
AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
Stars: ✭ 27 (-70.33%)
Mutual labels:  mvp, mockito, dagger2, rxandroid, mvp-architecture
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+575.82%)
Mutual labels:  rxjava, dagger2, mvp, mvp-architecture, mvp-android
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+102.2%)
Mutual labels:  rxjava, rxandroid, mvp, mvp-architecture, mvp-android
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-20.88%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-45.05%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-pattern, mvp-android
Mvvm Kotlin Android Architecture
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
Stars: ✭ 1,014 (+1014.29%)
Mutual labels:  rxjava, mvp, mvp-architecture, espresso, mockito
android-template
Template for android development at Tiki
Stars: ✭ 17 (-81.32%)
Mutual labels:  dependency-injection, mvp, dagger2, mvp-architecture, mvp-android
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-83.52%)
Mutual labels:  mvp, mockito, dagger2, rxandroid, mvp-architecture
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-81.32%)
Mutual labels:  rxjava, mvp, dagger2, rxandroid, mvp-architecture
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+9.89%)
Mutual labels:  rxjava, rxandroid, dagger2, mvp, mvp-android

MVPAndroid

Sample app to demonstrate MVP (Model - View - Presenter) architecture in android

Packages

  1. data - Contains model and data manager. It contains all the logical part of the app.
  2. di - Dependency injection classes using Dagger2.
  3. ui - Contains activity and fragments along with their presenters.
  4. utils - Contains utility classes.

Libraries

  1. Dagger 2
  2. ButterKnife
  3. Retrofit
  4. Picasso
  5. Mockito (Unit testing)
  6. Espresso (UI testing)

How to use this project

Add your themoviedb api key to Constants.API_KEY and you are good to go !

ScreenShots

screenshot_20170609 233247 screenshot_20170609 233223 screenshot_20170609 233209 screenshot_20170610 145531 screenshot_20170609 233159

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