I need to share the same database (SQLLIte) on the same device by two different applications. I tried using File.DirRootExternal but it doesn't work... can anyone help me?
Data Sender App Sub Class_Globals Private Root As B4XView Private xui As XUI Private UDPSocket1 As UDPSocket Private txtHost As EditText End Sub Public Sub Initialize End Sub Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage")...