I currently have a web app already and I would like to create a bookmark that can be downloaded from the android marketplace (and app store if possible) and it would redirect the user to my web app. I want to know if this is possible and if so how can it be done?
Asked
Active
Viewed 865 times
1
-
Note that such apps are frequently ridiculed in Android Market comments and will tend to get lower ratings. – CommonsWare Jul 01 '11 at 20:09
-
1http://os-code-web.blogspot.com/2011/05/javascript-click-here-to-make-default.html – Jagadeesan Jul 10 '11 at 06:57
2 Answers
1
You can build your own webview app shell around your website:
http://developer.android.com/guide/webapps/webview.html
Or you can have your app simply launch the default browser with your specific url: