android How to gracefully pass parameters between activities and fragments January 22, 2024 by Armaan Brahmbhatt No Comments I've heard of Kotlin for a long time, and as an Android coder, I want to keep up with Google's push for Kotlin. I decided... Read More
android Android-ktx is out, you haven’t used Kotlin yet? January 19, 2024 by Mr. Josh Carroll No Comments Yesterday, the gods quietly gave a thumbs-up to their new work. Then there were ripples in the circle. Today I'm going to dip into the... Read More
android Kotlin used Anko to build layouts January 11, 2024 by Thomas Hutchinson No Comments Building simple layout interfaces with Anko is pretty efficient: -d Read More
android Consider using a builder when encountering multiple constructor parameters in the Effective Kotlin series. December 21, 2023 by Benjamin Begum-Clark No Comments This article will have a great impact on Java programmers. This is a common scenario when dealing with various object creation operations. A good argument... Read More
android Writing Android with Kotlin is as simple as building an environment? December 9, 2023 by Brooke Miller No Comments Now that we're stuck with Kotlin, how do we apply it to Android development? As experienced developers, we all know that Android is now built... Read More