Blog
Dev
Product Management
UX Design
Podcast
Features
Solutions
Solve User-Reported Issues
Find Issues Faster
Optimize Conversion and Adoption
Sign In
Start monitoring for free
kotlin
Create dynamic lists in Android with
RecyclerView
Learn how to create a dynamic RecyclerView.Adapter that displays a list with a different ViewHolder in Android apps.
Implementing Picture-in-Picture mode on Android
Learn how to successfully implement picture-in-picture mode within an Android application, including how to add PiP to an Android activity.
Kotlin coroutine unit testing the better way
Sometimes, tests fail. Learn how to solve a common problem with unit testing Kotlin coroutines in this quick, explanatory walkthrough.
Intro to SQLDelight
Learn how to use the SQLDelight library, which provides Kotlin and Java APIs to reason about CRUD operations with compile-time validations.
Building faster Android apps with Jetpack Compose
This article will jumpstart your learning of Jetpack Compose by demonstrating the building blocks of a Compose UI application and more.
A complete guide to enum classes in Kotlin
Explore Kotlin enum classes through examples covering both basic and advanced features. Learn how to use anonymous classes, add custom properties,...
A complete guide to Kotlin lambda expressions
Make your Kotlin code more expressive and understandable by applying tips from this guide on Kotlin lambdas to your development.
Using Kotlin data classes to eliminate Java POJO boilerplates
Kotlin offers many benefits over "plain" Java. This guide demonstrates how to replace dated POJO boilerplates using Kotlin's more elegant data...
Understanding Kotlin coroutines
Dive deeper into Kotlin coroutines — suspendable computations similar to threads that simplify asynchronous programming in Kotlin.
First
3
4
5
6
Last
Loading Comments...
Write a Comment...
Email (Required)
Name (Required)
Website