bufferapp / clean-architecture-koin-boilerplate

A fork of our clean architecture boilerplate, this time using Koin
MIT License
331 stars 52 forks source link

Executors question? #13

Open abalta opened 5 years ago

abalta commented 5 years ago

Why didn't use directly AndroidSchedulers and Schedulers from RxAndroid?

simplekjl commented 5 years ago

The idea into clean architecture is to avoid any kind of Android framework related into the data layers