“These 6 features immediately tell me that your Android Team has their shit together” @nshred https://proandroiddev.com/these-6-features-immediately-tell-me-that-your-android-team-has-their-shit-together-bc49b9729e9c
ProAndroidDev
These 6 features immediately tell me that your Android Team has their shit together
6 quick litmus tests to sort the apps polished by a well oiled machine from those wobbling on a rusty lathe.
“Scroll your Bottom Navigation View away with 10 lines of code” @ValCanBuild https://android.jlelse.eu/scroll-your-bottom-navigation-view-away-with-10-lines-of-code-346f1ed40e9e
Medium
Scroll your Bottom Navigation View away with 10 lines of code
Like many things material design Google introduced Bottom navigation bars on Android via the design library but failed to provide one key…
“How I reduced my Android build times by 89%” @nisrulz https://android.jlelse.eu/how-i-reduced-my-android-build-times-by-89-4242e51ce946
Medium
How I reduced my Android build times by 89%
This isn’t a click-bait article! I will explain how to make your Android build time lower than the reading time of this post (hopefully).
“Android Studio and Xcode code navigation commands” @elye_project https://medium.com/@elye.project/android-studio-and-xcode-code-navigation-commands-13e2ef00fc0e
Medium
Android Studio and Xcode code navigation commands
Here I provide side by side comparison of Android Studio and Xcode common navigation command. As an Android Developer, at times I need to…
Check out @AndroidDev’s Tweet: https://twitter.com/AndroidDev/status/983781667226701830?s=09
Twitter
Android Developers
Curious how @HBO puts shows in the Play Next row on your #AndroidTV? You can do the same with your ATV app! This Codelab walks through all the different aspects of the Play Next row. We'd love to hear your feedback! Try it now → https://t.co/LatjO30Isa
Exploring the v28 Android Design Support Library Additions
https://medium.com/google-developer-experts/exploring-the-v28-android-design-support-library-2c96c6031ae8
https://medium.com/google-developer-experts/exploring-the-v28-android-design-support-library-2c96c6031ae8
Medium
Exploring the v28 Android Design Support Library Additions
Version 28 of the Android support library was recently announced — within the current alpha version there is a collection of exciting new…
Watch "Architecture Components: Improve Your App's Architecture" on YouTube
https://youtu.be/7p22cSzniBM
https://youtu.be/7p22cSzniBM
YouTube
Android Jetpack: Improve your app's architecture
Announced at I/O 2017, Architecture Components are one part of Jetpack. These components include Room, LiveData, ViewModel, Paging, WorkManager and Navigatio...
“Kotlin : Slow List and Lazy Sequence” @elye_project https://medium.com/@elye.project/kotlin-slow-list-and-lazy-sequence-61691fc974c5
Medium
Kotlin : Slow List and Lazy Sequence
Came from Java 7 into Kotlin, we are so happy that we could easily have Collection operators on List and chain them together. But little…