android-step-by-step icon indicating copy to clipboard operation
android-step-by-step copied to clipboard

Android app step by step: https://habrahabr.ru/company/rambler-co/blog/275943/

Results 2 android-step-by-step issues
Sort by recently updated
recently updated
newest added

For tests, Schedulers.immediate() is used instead of Schedulers.io() and Schedulers.mainThread(). It makes impossible to test that repoListPresenter.onSearchButtonClick() doesn't call view.hideLoading() until it loads result from the model. The current RepoListPresenterTest.testShowLoading()...