August 2025
Intermediate to advanced
270 pages
6h 16m
English
We’ll convert our web-based map on Android using Jetpack Compose,[31] Android’s declarative UI framework. We’ll follow an approach similar to that used with iOS, but with a few extra configuration steps:
Before we dive in, there’s one step of cleanup. Remember how we configured Hotwire Native in MainActivity in Update the Activity. On Android, we can put this Kotlin-powered configuration into a subclass of Application. This code runs when the app is launched—perfect for setting up Hotwire Native.
First, next to the ...
Read now
Unlock full access