I have developed an Android-App "A" which uses a sqlite-database and an App "B" which has read- and write-access to the database of App "A". (In this case i'm using "Content Provider" for App A and "Content Resolver" for App B.)
But now I have to give a database-access from App A to an App C which is a "Flex Mobile Project" developed for Android-devices that use Adobe Air.
I have read on the adobe.com-homepage (https://learn.adobe.com/wiki/display/airquestions/Data) the following message:
"Adobe AIR provides a built-in database store based on SQLite." (But, important for me:) "Adobe AIR does not provide APIs to connect directly to other databases, although it is possible to handle those connections using the ActionScript Socket API."
Does anyone of you have a solution for my problem? Maybe also an executable "Flex Mobile Project" for android as an example?
Thank you in advance. Kind regards. Alex