Hi,
I am building two applications that will be available on gallery, one is a "reader" and one is a "writer" application. The purpose is for people to upload data using the "writer" application (on a monthly basis) and then download the full history of uploads from the "reader" application.
I would like to do this by making the "writer" application to append to a YXDB file and then have the "reader" application read from that YXDB file.
Is this possible? If so, how would I create a shared resource like this and reference it in the application?
Thank you!
// Vince