Tech News
← Back to articles

Build Android apps using Rust and Iced

read original related products more articles

Example of building android app with iced

There are NativeActivity and GameActivity examples here.

Based on several other examples:

na-mainloop and agdk-mainloop from android-activity

and from android-activity na-winit-wgpu from rust-android-examples

integration from iced

Preview

iced integration example

You can also run most of the examples from iced. For this omit the scene rendering part and set the background of the root container.

Watch

... continue reading