S sight Member Licensed User Longtime User Aug 24, 2020 #1 HELLO, how can I run an app developed in B4A from another app also developed in b4A? thank you
DonManfred Expert Licensed User Longtime User Aug 24, 2020 #2 B4X: Dim in As Intent in = pm.GetApplicationIntent("packagename of app to start") ' PM = Packagemanager if in.isinitialized then startactivity(in) end if Upvote 0
B4X: Dim in As Intent in = pm.GetApplicationIntent("packagename of app to start") ' PM = Packagemanager if in.isinitialized then startactivity(in) end if