I'd like to launch the Google Play :
"
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "market://details?id=SOMETHING")
StartActivity(i)
"
on Tab of Tabhost.
How can I do it? AddTab (AddTab2) requires Layout (View) but not Intent.
Please help.
You can't use intents to do that as your app will go into the background and you can't run an app inside another. You may be able to use a webview and browse the play store from there, although I haven't tried it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.