try to create two android apps with one database using Realm?
For example:
Apps 1 access database realm with name A to get data master product.
Apps 2 access same database to get data product.
I guess that isn't possible. The only way to share data between apps is using a content provider and you kinda need to use sqlite to use content provider.
If you really need to do that, I guess you need to send data to a server when db is changed and the server should send a fcm trigger to the second app. This simulates a near real time communication between the two apps
Cant you unify both apps?
Обсуждают сегодня