Proper Example of Deploying Data Folder into Andriod App
Posted: Tue Jul 03, 2012 5:57 am
Hi, I have an app developed in Revolution for Windows. The App contains TEST Data Folder in the same location where the exe is located. The app reads and writes the data into TEST Data folder.
Now I would like to deploy that application on Andriod Device. I have few questions.
1. How Should I insert TEST Data folder into the application standlaone package?
a) Should we include in Standalone Aplication Settings-- Copy Files-Add folder ?
If yes then when we install the androd app then by default, TEST Data folder would be installed inside the engine folder. What I have underststood is that you can read from the engine folder but you can not write the data to it. So I think this is not the right place.
b) should those file exsit into the documents folders? If yes then what should I do so that when we install the app package then TEST DATA folder gets installed into documents folder.
2) Are there not any examples of proper apps which by default install the data folder, reads from it and writes to it..? Where can I find sample app for Andriod devices which has default data files at the time of instalation and then plays with it?
Please help.. thanks
Pradeep
Now I would like to deploy that application on Andriod Device. I have few questions.
1. How Should I insert TEST Data folder into the application standlaone package?
a) Should we include in Standalone Aplication Settings-- Copy Files-Add folder ?
If yes then when we install the androd app then by default, TEST Data folder would be installed inside the engine folder. What I have underststood is that you can read from the engine folder but you can not write the data to it. So I think this is not the right place.
b) should those file exsit into the documents folders? If yes then what should I do so that when we install the app package then TEST DATA folder gets installed into documents folder.
2) Are there not any examples of proper apps which by default install the data folder, reads from it and writes to it..? Where can I find sample app for Andriod devices which has default data files at the time of instalation and then plays with it?
Please help.. thanks
Pradeep