1

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user825253
  • 11
  • 1

2 Answers2

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:

Sending an Intent to browser to open specific URL

Community
  • 1
  • 1
danh32
  • 6,234
  • 2
  • 38
  • 39
0

If you use PhoneGap, you can do an iphone app at the same time..

ftrotter
  • 3,066
  • 2
  • 38
  • 52