AndroidPro newsletter ð
join 3057 developers reading AndroidPro newsletter every week
ð tips & tricks, articles, videos
ð every Thursday in your inbox
ð bonus on signup â Clean Architecture blueprint
brought to you by Jarek Michalik, Kotlin GDE
You can unsubscribe any time. For details visit our privacy policy.
Blog
- JarosÅaw Michalik
- November 30, 2024
- 11:03 am
Eight years ago, I almost punched my code reviewer. Today, I'm that "annoying" person leaving detailed comments on PRs. Here's what I learned.
- JarosÅaw Michalik
- November 25, 2024
- 12:34 am
Building an Android developer career isnât just about codingâitâs about the experiences that push you to grow. Whether itâs connecting with other Android devs at meetups or mastering the fundamentals, itâs those key moments that shape how you approach the craft.
- JarosÅaw Michalik
- October 31, 2023
- 12:25 pm
Short answer: you don't.
Instead...
- JarosÅaw Michalik
- October 31, 2023
- 12:23 pm
When it comes to testing in Kotlin, we often default to jUnit as the go-to framework.
However, there's an alternative that offers a variety of powerful features â Kotest.
Kotest provides a variety of spec styles, each with its unique capabilities, that make writing tests a breeze.