Performance Tips [Bite Size Android Dev]

Ivana Tanova
May 8, 2024

--

Test as early as possible, as much as possilbe

Whenever you wonder how some library or internal piece of code works go and try it out immediately in your project. Sounds easy and it is!

Try this now: Go to some random *.kt file in your project and add a main method with simple log:

Run it using the green arrow. It won’t run on your Android device but on your local JVM.

--

--

Ivana Tanova

Android enthusiast and keen tea drinker. I love to learn and to be funny, both for me are passions.