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

AppDataManager is Anti Pattern?!

Drjacky opened this issue · comments

I've built my sample project as same as this Architecture.
Then someone reviewed my work and told me that AppDataManager is an Anti-pattern.

I do not really agree with him, but would you please explain or guess why?

Check this article for decentralization of DataManager .