Yes, absolutely. Gioui is specifically designed for cross-platform mobile development and works well with Go mobile for building Android apps. You can write your UI in Gioui and use gomobile bind
or gomobile build
to compile it into an Android APK. This is a fully supported and documented approach.