Integration between different Google Appmaker Apps
问题 I'd like to be able to switch between 2 different apps (app1 and app2) using and transition animation. Ideally with the following capabilities 1) App2 is able to recognize that was invoked by App1 2) App1 able to received a callback parameter from App2 回答1: Unfortunately, no magic for this case. To implement this scenario you need to: 1 Create separate model (AppSettings for example) in both apps and store there App1Url and App2Url correspondingly for each app. 2 To navigate user from App1 to