janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.96k stars 934 forks source link

Are custom scopes not necessary? #9

Open a141199 opened 6 years ago

a141199 commented 6 years ago

I notice you don't use any scopes (besides the default singleton scope) are they no longer necessary? and if not, why?