architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

Fixed compiler warnings, upgraded libraries + SDK, added android-extensions.

Open JimClermonts opened this issue 6 years ago • 2 comments

Done:

  • Upgraded most libraries + SDK (28->29).
  • Fixed compiler warnings.
  • Replaced findviewById's by kotlin-android-extensions.
  • Removed contracts where it's usecase was not clear: https://stackoverflow.com/questions/58398181/what-is-the-use-case-for-kotlin-contracts-in-android-development
  • Renamed some var names which were not directly clear.
  • renamed xml's to shorter for consistenty: tasks_frag_menu.

Question: Is there a good reason why Dagger2 has not been added and ServiceLocator has been used instead? If not, I would like to add it in a separate PR.

JimClermonts avatar Oct 22 '19 17:10 JimClermonts

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Oct 22 '19 17:10 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Oct 22 '19 17:10 googlebot