Skip to main content

Module platform_android

Module platform_android 

Source
Expand description

Android Mobile Platform Bridge

Implements PlatformBridge for Android using Android Views concepts. At this stage, this is a scaffold that records operations and will later connect to the actual JNI bridge for Android View creation.

Architecture: Rust PlatformBridge โ†’ JNI โ†’ Kotlin/Java Android Views wrapper

The Android bridge handles ViewGroup hierarchy, Paint/Canvas text measurement, and Android-specific capabilities like Haptics, Biometrics, and BackgroundFetch.

Structsยง

AndroidPlatform
Android platform bridge.