Sharing same file between two Apps

Is there any mechanism to write a file from one app and read from another the same file?

Hello @asifarshad, Could you elaborate on your requirement? File I/O operations can be performed to write to a file from one app and read from another app.

Thanks for your reply. I have decided to go with databases rather than files. Any information on that would be appreciated.

Hello @asifarshad, You can use SQLite if you wish to go for databases. This link will help you with the information on SQLite compilation and bundling procedure in an app.