xwords/xwords4/android/XWords4/src
ehouse 2c3e45318d All I wanted was to implement a tile picker, but it turns out dialogs
can't be synchronous on Android: you can't block the main UI thread.
So now there's a new background thread to which all jni activity
except game opening and saving is delegated (and these happen before
and after the thread exists.)  Tile picking works because the request
comes in on the background thread which then blocks until the
BoardActivity reports that the tile picker's gone away.
2010-01-10 17:35:23 +00:00
..
org/eehouse/android/xw4 All I wanted was to implement a tile picker, but it turns out dialogs 2010-01-10 17:35:23 +00:00