slint/internal/backends/android-activity
Tobias Hunger cd6f2e2cf2 ci: Format toml files
... using taplo with default settings

I tried this with 4 spaces indentation, but the patch is almost as
big as this one, so I went with default settings instead as that
is just easier:-)
2025-04-02 11:03:41 +02:00
..
java Fixed text input on Android, fixed for older Android versions (#7204) 2025-01-03 11:18:33 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
androidwindowadapter.rs Introduce Window::try_dispatch_event (#7313) 2025-01-09 19:39:38 +01:00
build.rs A few more format arg inlining 2025-02-07 06:43:19 +01:00
Cargo.toml ci: Format toml files 2025-04-02 11:03:41 +02:00
javahelper.rs Replace no_mangle with unsafe(no_mangle) in example and docs 2025-03-31 17:35:22 +02:00
lib.rs Replace no_mangle with unsafe(no_mangle) in example and docs 2025-03-31 17:35:22 +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