mobile/exp
Hyang-Ah (Hana) Kim 136fa9bbbb bind/java: reenable asset access.
This is done by moving app.Context to internal/mobileinit,
introducing mobileinit.SetCurrentContext and,
making bind/java depend on it.

TODO: check gomobile bind's proguard rule - context lookup
was implemented through reflection on android.app.AppGlobals class.

Change-Id: Ieb6ad503eeef8c2c1c5836a21c667938c5a701a2
Reviewed-on: https://go-review.googlesource.com/12279
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-07-16 21:15:37 +00:00
..
app/debug event: rename event.Foo to foo.Event. 2015-07-16 01:03:51 +00:00
audio bind/java: reenable asset access. 2015-07-16 21:15:37 +00:00
f32 f32: move to exp/f32. 2015-07-03 01:37:12 +00:00
font app/debug, exp/font: remove the freetype dependency. 2015-06-30 23:03:35 +00:00
gl/glutil event: rename event.Foo to foo.Event. 2015-07-16 01:03:51 +00:00
sensor sensor: move to exp/sensor 2015-06-21 07:47:51 +00:00
sprite event: rename event.Foo to foo.Event. 2015-07-16 01:03:51 +00:00
README exp: add a new directory for experimental packages. 2015-06-16 21:06:44 +00:00

README

golang.org/x/mobile/exp contains experimental packages for mobile app
development.