android-training-2017 icon indicating copy to clipboard operation
android-training-2017 copied to clipboard

HW_16.10.17

Open Julia1632 opened this issue 7 years ago • 1 comments

  1. create merge request to fix tests in training project
  2. 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
  3. 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

Julia1632 avatar Oct 25 '17 19:10 Julia1632

  1. 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

Julia1632 avatar Oct 27 '17 21:10 Julia1632