Add confirm, start/stopActivity, start/stopProgress to notification service. Add "application loading" spinner that user can optionally show when app is starting.

This commit is contained in:
Bryce Curtis
2010-10-08 09:18:10 -05:00
parent 72b2ec804c
commit 50ab0e0834
4 changed files with 280 additions and 17 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public class DroidGap extends Activity {
private BrowserKey mKey;
public CallbackServer callbackServer;
private PluginManager pluginManager;
protected PluginManager pluginManager;
private String url; // The initial URL for our app
private String baseUrl; // The base of the initial URL for our app