You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was told that make src/test codes depend on android frame work is not good practice. Instead framework dependant codes should be in src/androidTes'.
The motivation for me to clone this repos is to find advice on wether to put ViewModel more close to View (framework dependant, operate directly on android Views) or otherwise more close to Model (Only POJO).
But thank you anyway, this repo is a good showcase of three different architectures.
The text was updated successfully, but these errors were encountered:
I was told that make
src/test
codes depend on android frame work is not good practice. Instead framework dependant codes should be insrc/androidTes
'.The motivation for me to clone this repos is to find advice on wether to put ViewModel more close to View (framework dependant, operate directly on android
View
s) or otherwise more close to Model (Only POJO).But thank you anyway, this repo is a good showcase of three different architectures.
The text was updated successfully, but these errors were encountered: