Hi, is there a way to call up one app from another? If it works, will this terminate the caller app? Basically, is there a way to go back and forth between apps?
Hi, is there a way to call up one app from another? If it works, will this terminate the caller app? Basically, is there a way to go back and forth between apps?
Yes you can call another app and since only one app can run at a time, the "caller" app will terminate. You can just have the apps call each other and switch that way.