Using Kotlin extensions to make the Android SDK friendlier
Imagine that you’re new to Android and trying to display an image. You’ve already added the image to your res folder and now you need to get a Drawable.
Showing 4 of 4 articles (Page 1 of 1)
Imagine that you’re new to Android and trying to display an image. You’ve already added the image to your res folder and now you need to get a Drawable.
Kotlin already has TODOs. That’s awesome! but it’s a tad bit aggressive.
In case you haven’t heard: RxJava 2 was released sometime back. RxJava 2 was a massive rewrite with breaking apis (but for good reasons).
This was the part that I initially found most tricky to grasp but also most important to know as an AndroidDev (memory leak and all).