All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Android Iced Framework Example: Building GUI Applications with NativeActivity and GameActivity

By

rekireki

5mo ago· 2 min readenCode

Summary

This article provides a technical example and guide for building the Iced GUI framework for Android platforms. It covers NativeActivity and GameActivity examples, integration approaches, text input functionality with Java interop for copy/paste and soft keyboard handling, and detailed build/run instructions using the android-activity crate and Android Studio.

Key quotes

· 4 pulled
There are NativeActivity and GameActivity examples here.
Text input partially works, unresolved issues: Copy/paste and show/hide soft keyboard is implemented by calling Java
Check android-activity crate for detailed instructions.
During my tests I was running the following command and using android studio afterwards:
Snippet from the RSS feed
Example of building iced for android. Contribute to ibaryshnikov/android-iced-example development by creating an account on GitHub.

You might also wanna read