slint/internal/backends/android-activity
2025-11-03 10:04:20 +01:00
..
java Hide Android selection handles when scrolled out of view 2025-09-16 08:50:29 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
androidwindowadapter.rs Add Touch events in WindowEvent (#9858) 2025-10-28 10:11:27 +01:00
build.rs android: provide correct java path to check_javac_version (#9908) 2025-11-03 10:04:20 +01:00
Cargo.toml wgpu: Added support for wgpu 27 with Skia 2025-10-06 19:10:31 +02:00
javahelper.rs Hide Android selection handles when scrolled out of view 2025-09-16 08:50:29 +02:00
lib.rs android: Add support for BackendSelector and require_wgpu_XXX 2025-10-10 16:56:44 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00

NOTE: This library is an internal crate of the Slint project.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.

Slint Android Activity Backend

This crate implements the Android backend/platform for Slint.

It uses the android-activity crate to initialize the app and provide events handling.

It can be used by using functions from the slint::android module