Merging current Nitobi repo code with the Video Code

This commit is contained in:
Joe Bowser
2009-07-31 15:24:14 -07:00
11 changed files with 386 additions and 19 deletions
+1
View File
@@ -93,6 +93,7 @@ public class DroidGap extends Activity {
private void bindBrowser(WebView appView)
{
gap = new PhoneGap(this, appView);
geo = new GeoBroker(appView, this);
accel = new AccelListener(this, appView);