#17 Android Forum
- Useful shell scripts for android
Gradle build key values
https://github.com/zsoltk/paperwork - Android Dev Summit 2019 Playlist https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_xXXubDti2eRnIKU0p7wHd
- StrictMode & penaltyDropBox https://koz.io/android-m-and-the-war-on-cleartext-traffic/
- Extensive Docu on Notifications https://medium.com/exploring-android/exploring-android-o-notification-channels-94cd274f604c
- Suspend over views https://medium.com/androiddevelopers/suspending-over-views-19de9ebd7020
- Delegate.observable Chrome Tabs https://medium.com/google-developers/best-practices-for-custom-tabs-5700e55143ee
- Slices https://medium.com/google-developers/introducing-slice-builders-ktx-2218ebde356
- CLI Bundle https://blog.jakelee.co.uk/creating-an-app-bundle-and-apk-on-travis-ci-server/
- Charles https://medium.com/@hackupstate/using-charles-proxy-to-debug-android-ssl-traffic-e61fc38760f7
- How to tech blog https://android.jlelse.eu/an-android-developers-guide-to-tech-blogging-a58484bd9648
- Android Beginners Guide https://android.jlelse.eu/learning-android-development-in-2018-part-1-83a514f6a205
- gradle: groovy to kotlin https://proandroiddev.com/converting-your-android-gradle-scripts-to-kotlin-1172f1069880
- LRU Cache https://www.vogella.com/tutorials/AndroidApplicationOptimization/article.html#using-caches
- Runtime memory https://stackoverflow.com/a/18375641/1006741