Archive
2024
DEVELOPMENT
Android
Jetpack Compose
Development
Drag-to-reorder with Jetpack Compose
Learn to implement drag-to-reorder functionality in Jetpack Compose with a custom modifier for smooth user interactions.
2022
DEVELOPMENT
Android
Kotlin
Jetpack Compose
Insights
Development
How We Expose Jetpack Compose APIs
A few lessons we learned about API design for modern Android.
2021
DEVELOPMENT
Android
Kotlin
Jetpack Compose
UI/UX
Development
Introducing Jetpack Compose support
The Android PDF SDK you know and love now supports Jetpack Compose!
TUTORIALS
Android
Kotlin
How To
Jetpack Compose
PDF
Opening a PDF in a Jetpack Compose application
How to open a PDF in a Jetpack Compose application.
2019
DEVELOPMENT
Android
Kotlin
Tips
Jetpack Compose
Development
Using ViewModels to Retain State on Android
How to use Android's ViewModel class to retain complex objects across configuration changes.