Android

Android-related posts

Building Kotlin-first Libraries

Kotlin libraries are often written with Java typing at heart, but what if it didn't need to be that way? What if Java support was an afterthought?

Handling a Modern Day Y2K

Trade Me is an old company, about 20 years old. Throughout its time it’s been one of the largest eCommerce sites in New Zealand, allowing kiwis to connect and trade goods in

Covert — Swipe Actions made easy

Have you ever wanted to implement swiping on your RecyclerView items, only to find that you’ll have to draw graphics on a canvas to reveal anything behind the view? The Material Design