Principal Software Engineer at Gojek
The fun of Kotlin — Local Functions In Kotlin, functions are the first class citizens. In this series I’ll be talking about some super cool features...
The fun of Kotlin — Infix Functions In the previous part of this series, we learned about Local functions in Kotlin. I this part, I’d like to talk...
We all love logging stuff in our Android apps to debug and keep track of the state our app is in. But what about in Production? How will you be able...