Archive
2024
DEVELOPMENT
Android
Jetpack Compose
Development
How to Implement Drag-to-Reorder List Functionality with Jetpack Compose
This post will look at how to add custom functionality in Jetpack Compose to allow dragging items in a list. This is achieved using a custom modifier that is generic and can be reused easily.
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.