CleanCodeMVVMTesting icon indicating copy to clipboard operation
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 ![изображение](https://user-images.githubusercontent.com/2150637/128609225-6651be55-5644-4457-9d6b-06deb56872b0.png)