Android Question Run an app inside my app

tdocs2

Well-Known Member
Licensed User
Longtime User
Greetings.

Thank you in advance for answering my question.

Is it possible to run an app within an app?

For example, make the Google Android Calendar or Docs or Sheets run inside a panel in my app?

Best regards.

Sandy
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
You can not run an app within an app, but for the apps you are refering to, may be you can call their Web counterparts with webview.
 
Upvote 0

tdocs2

Well-Known Member
Licensed User
Longtime User
Thank you, Enrique.

I have already done that, and yes, you can. However, in the webview with sync issues, there are always delays if you perform an update from your own app....

Sandy
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,

it works for me

Dim in AsIntent

Dim pm AsPackageManager

in = pm.GetApplicationIntent(com.rovio.angrybirds)

If in.IsInitialized Then
StartActivity(in)
EndIf
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…