Hi there
I hope you experts can help. I have 3 applications, App A, App B and App C. The main function of App A is collect user information, e.g. Name, Surname, Telephone. Now I want App B and App C to access this information. I cannot have 1 app doing all that as both 3 app are very big and complex. I want when the user opens App B or App C to already see Name, Surname, Telephone collected by App A.
I have used FileProvider to create a Share Folder in App A but I don't know how to access this folder from App B and App C. I can save information in KeyValueStore/SQLite db/Text File. All I want is to be able to access this file from App B and App C.
I'm stuck here...
I hope you experts can help. I have 3 applications, App A, App B and App C. The main function of App A is collect user information, e.g. Name, Surname, Telephone. Now I want App B and App C to access this information. I cannot have 1 app doing all that as both 3 app are very big and complex. I want when the user opens App B or App C to already see Name, Surname, Telephone collected by App A.
I have used FileProvider to create a Share Folder in App A but I don't know how to access this folder from App B and App C. I can save information in KeyValueStore/SQLite db/Text File. All I want is to be able to access this file from App B and App C.
I'm stuck here...