app: add RegisterFragment method on *Window for Android

RegisterFragment creates an instance of a Java class and registers
it as a Fragment in the window's Context.

Signed-off-by: Greg Pomerantz <gmp.gio@wow.st>
This commit is contained in:
Greg Pomerantz
2019-11-26 12:47:54 -05:00
committed by Elias Naur
parent ce76c2e996
commit 2ca2e5462f
8 changed files with 98 additions and 16 deletions
-7
View File
@@ -9,13 +9,6 @@ import (
"gioui.org/app/internal/window"
)
type Handle window.Handle
// PlatformHandle returns the platform specific Handle.
func PlatformHandle() *Handle {
return (*Handle)(window.PlatformHandle)
}
// extraArgs contains extra arguments to append to
// os.Args. The arguments are separated with |.
// Useful for running programs on mobiles where the