adept-android icon indicating copy to clipboard operation
adept-android copied to clipboard

Source code for Developing High Quality Android Applications.

Results 3 adept-android issues
Sort by recently updated
recently updated
newest added

branch: `retrofit2-testing` file link: https://github.com/adavis/adept-android/blob/retrofit2-testing/app/src/test/java/info/adavis/adeptandroid/books/books/BooksPresenterTest.java I have been learning unit testing (Junit, Mockito) for a couple of months now. Found this repo while going through one of the videos on...

This implementation worked correctly to cache file to get from S3 using picasso and okhttp but it will not worked in case of POST request.. private Interceptor provideCacheInterceptor() { return...