5 Kotlin Extensions To Make Your Android Code More Expressive

Extract bundle parameters, validate strings, and more

Siva Ganesh Kantamani
Better Programming
Published in
5 min readFeb 16, 2021

--

Crayons surrounding a phone
Photo by Vanja Matijevic on Unsplash.

You might have already gone through a bunch of articles on Kotlin extensions, but this article is not all about extensions. It’s about making your code expressive, so I’ve concentrated on explaining and including my top extensions that keep code as natural as possible.

--

--