I’m designing an app where due to the user interface, it would be a better app if it were two apps that shared a database and possibly an entire folder of art assets. Is there a good way to do this with Corona SDK?
I was looking at this:
http://developer.android.com/training/secure-file-sharing/setup-sharing.html
Based on these articles, what I’m considering can work, but I’m wondering if it will work with Corona SDK.