Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 347 Bytes

File metadata and controls

20 lines (10 loc) · 347 Bytes

RateMe

MVVM Example written in kotlin with unit testing.

My main target for this project was to implement unit testing and dig further in Mocking using Mockito. i was able to use Mockito with RxJava subscribtion testing.

what i used in this repo :

1-MVVM.

2-Arch Components : LiveData,ViewModel.

3-Room.

4-Rxjava,RxAndroid.

5-Dagger2.