All Projects → quangctkm9207 → Mvp Android Arch Component

quangctkm9207 / Mvp Android Arch Component

Licence: mit
Android MVP sample adapts with new Android architecture components (Lifecycle, Room).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mvp Android Arch Component

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 (+37.89%)
Mutual labels:  rxjava2, dagger2, room, mvp-android
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-96.86%)
Mutual labels:  room, dagger, rxjava2, lifecycle
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-77.58%)
Mutual labels:  rxjava2, dagger2, dagger, 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 (-95.52%)
Mutual labels:  room, dagger2, rxjava2, mvp-android
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (-4.71%)
Mutual labels:  rxjava2, dagger2, lifecycle, room
android-template
Template for android development at Tiki
Stars: ✭ 17 (-96.19%)
Mutual labels:  dagger2, rxjava2, mvp-android
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-94.39%)
Mutual labels:  room, dagger2, rxjava2
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 (-89.01%)
Mutual labels:  dagger2, rxjava2, 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 (+560.99%)
Mutual labels:  rxjava2, dagger2, mvp-android
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-89.91%)
Mutual labels:  room, dagger2, rxjava2
LittleLight
An Android app that uses Destiny's API to interact with in-game inventory.
Stars: ✭ 19 (-95.74%)
Mutual labels:  dagger2, rxjava2, mvp-android
Applocker
🔐 Open source app locker, vault, call blocker application
Stars: ✭ 321 (-28.03%)
Mutual labels:  rxjava2, dagger2, dagger
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (-87.89%)
Mutual labels:  dagger2, rxjava2, mvp-android
InstantAppStarter
Starter Project Structure for Android Instant app. https://blog.mindorks.com/android-mvp-architecture-with-instant-app-support-11ba48241a82
Stars: ✭ 44 (-90.13%)
Mutual labels:  dagger2, rxjava2, mvp-android
Muvi
Very simple project to show a collection of Movie from MovieDb with a minimalist design
Stars: ✭ 46 (-89.69%)
Mutual labels:  room, dagger2, rxjava2
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-97.09%)
Mutual labels:  dagger, dagger2, rxjava2
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-93.95%)
Mutual labels:  dagger2, rxjava2, mvp-android
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (-25.11%)
Mutual labels:  rxjava2, dagger2, room
MVVMQuick
🚀使用MVVMQuick快速构建您的MVVM结构项目!(Quickly start projects with MVVMQuick!)
Stars: ✭ 23 (-94.84%)
Mutual labels:  dagger, dagger2, lifecycle
AndroidVIP
Android project to experiment the VIPER approach using mosby, RxJava and dagger2
Stars: ✭ 21 (-95.29%)
Mutual labels:  dagger, dagger2, rxjava2

MVP with Android architecture components

Build Status codecov
An Android project with MVP pattern which adapts with new Android architecture components introduced in Google IO 2017.
It provides lifecycle-aware Presenter with support of LifeCycle and local data source handled by Room (an abstraction layer over SQLite).

Blog post: Android MVP with new Architecture Components

This demo project uses StackExchange API as a remote data source. It loads and shows all newest Android questions.

Libraries:

License

This project is available under the MIT license. See the LICENSE file for more info.


If you are interested in my useful blog posts and cool projects, you can subscribe to my newsletter by clicking the below link.
SUBSCRIBE TO USEFUL BLOG POSTS AND COOL PROJECTS.

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