All Projects → gauravk95 → mvp-android-template

gauravk95 / mvp-android-template

Licence: Apache-2.0 License
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mvp-android-template

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 (+2975%)
Mutual labels:  room, mvp, dagger2, rxjava2, mvp-architecture, mvp-android
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (+150%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, repository-pattern, mvp-android
Mvp Dagger2 Rxjava2
Android 基本mvp+dagger(dagger2.android)+rxjava2+retrofit+ormdb框架。简单组件化架构 with Base Activity,Presenter ,View,Model 的抽象封装,http 请求封装&错误统一处理
Stars: ✭ 274 (+1270%)
Mutual labels:  mvp, dagger2, rxjava2, mvp-architecture, retrofit2, dagger2-android
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+8220%)
Mutual labels:  mvp, dagger2, rxjava2, mvp-architecture, retrofit2, mvp-android
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-20%)
Mutual labels:  mvp, dagger2, rxjava2, retrofit2, repository-pattern, room-database
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+615%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-android
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+2025%)
Mutual labels:  room, dagger2, rxjava2, retrofit2, dagger2-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 (-25%)
Mutual labels:  mvp, dagger2, rxjava2, mvp-architecture, retrofit2
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+370%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-android
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 (+215%)
Mutual labels:  room, mvp, dagger2, retrofit2, mvp-android
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (+60%)
Mutual labels:  mvp, dagger2, rxjava2, dagger2-android, dagger2-mvp-rxjava
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-20%)
Mutual labels:  mvp, dagger2, rxjava2, retrofit2, 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 (+50630%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, mvp-android
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+170%)
Mutual labels:  dagger2, rxjava2, mvp-architecture, retrofit2, mvp-android
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+400%)
Mutual labels:  mvp, dagger2, rxjava2, retrofit2, mvp-android
Roomrxjava
Room with Rxjava Example
Stars: ✭ 130 (+550%)
Mutual labels:  room, dagger2, rxjava2, retrofit2, dagger2-android
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (+25%)
Mutual labels:  room, dagger2, rxjava2, retrofit2, dagger2-android
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (+290%)
Mutual labels:  mvp, dagger2, mvp-architecture, retrofit2, dagger2-android
Kotlin Mvvm Architecture
Android Architecture Design Patterns using Kotlin, MVVM, Dagger2, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
Stars: ✭ 126 (+530%)
Mutual labels:  room, dagger2, retrofit2, repository-pattern, dagger2-android
android-template
Template for android development at Tiki
Stars: ✭ 17 (-15%)
Mutual labels:  mvp, dagger2, rxjava2, mvp-architecture, mvp-android

MVP Android Template

A MVP Android Template to give you a Head Start for your next Android Project. It contains the boilerplate code to quickly setup your project for MVP Architecture using industry standard practices and popular libraries like RxJava, Dagger, Retrofit and Room.

Sample

This project uses:

  • RxJava 2 - For Reactive Programming
  • Dagger 2 - For Dependency Injection
  • Retrofit 2 - As Type Safe HTTP client
  • Room - For persistence storage(abstraction of SQLite)

MVP Architecture Blueprint

Architecture

The app has following packages:

  1. base: It contains base classes
  2. data: It contains all the data accessing and manipulating components like data models, sources, repositories
    • model
      • local
      • remote
    • source
      • db
      • network
      • prefs
      • repository
        • local
        • remote
  3. di: Dependency providing classes using Dagger2.
    • component
    • module
  4. ui: View classes along with their corresponding Presenters.
    • custom
    • adapters
    • main
  5. service: Services for the application.
  6. utils: Utility classes.
    • fonts
    • rx

License:

    Copyright 2018 Gaurav Kumar

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