android-training-2017
android-training-2017 copied to clipboard
HW_16.10.17
- create merge request to fix tests in training project
- to create example with Mockito @Captor (ArgumentCaptor<Callback>) https://github.com/Julia1632/fix-tests-in-training-project/blob/master/app/src/test/java/com/epam/androidtraining/json/UserParserTest.java
- doReturn example for mockito https://github.com/Julia1632/HW_09_10_1/commit/f29d3f56aeb0d3e2f038fc7be4b6702965c26233 5-7 https://github.com/Julia1632/HW_16.10_4/commit/6f02b8d3a363011d666dffe3178762dc5f20776a
- create backend that will return config JSON with following information: current_app_version(1,2,3...) compare with BuildConfig.VERSION_CODE, force_update(true - show dialog to upgrade without option to close, false - show dialog that update available with option to close) https://github.com/Julia1632/HW_16.10_1/commit/a1994ecef207d0442341d6b25b140641f3ab5358