slint/internal/backends/android-activity
Olivier Goffart cbc28b1f1b Android: handle properly the Destroy event
Destroy means we need to exit the event loop.
And android_main will be called again from another thread, so we need to
support reseting the proxy

There is also a bug in the timer when exiting the app that this worked
around

Fix #6626
2024-10-23 14:30:55 +02:00
..
java Android: fix content positioning 2024-06-03 16:53:29 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
androidwindowadapter.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
build.rs Fixes for older Android versions (6.0 to 9.0) (#6622) 2024-10-22 22:26:35 +02:00
Cargo.toml Android: port to rwh 0.6 2024-06-18 17:48:17 +02:00
javahelper.rs Fixes for older Android versions (6.0 to 9.0) (#6622) 2024-10-22 22:26:35 +02:00
lib.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +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