CleanCodeMVVMTesting
CleanCodeMVVMTesting copied to clipboard
Android Unit Testing Clean Code Architecture + MVVM
Results
1
CleanCodeMVVMTesting issues
Sort by
recently updated
recently updated
newest added
Why do you use mIoScope in LoginActivityViewModel https://github.com/sreeharikv112/CleanCodeMVVMTesting/blob/e13337f3a2be7c580879c4eb9f033a1189748294/app/src/main/java/com/dev/ccodetest/screens/login/LoginActivityViewModel.kt#L47 This is unnecessary. If I remove mIoScope app works as well 