janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView

Home Page:https://janisharali.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrofit with Progress Bars

Shaw4774 opened this issue · comments

This a very good example of MVP Architecture Pattern. Please add retrofit library implementation in this project. So that one can easily understand how to show a progress bar when data is loading and when to hide it.