Access files from the memory card [ANDROID]
-
In android, how can I access files from any path that is not included in the .apk file. I am making an application that reads the data from .xml file. Now this file can be updated from the server, and new data should be shown to the user. but i am not able to access the file when its not in the apk. help will be much appreciated.
-
In android, how can I access files from any path that is not included in the .apk file. I am making an application that reads the data from .xml file. Now this file can be updated from the server, and new data should be shown to the user. but i am not able to access the file when its not in the apk. help will be much appreciated.
I suggest asking in the Android forum[^]
-
In android, how can I access files from any path that is not included in the .apk file. I am making an application that reads the data from .xml file. Now this file can be updated from the server, and new data should be shown to the user. but i am not able to access the file when its not in the apk. help will be much appreciated.
are you using phonegap application?
-
are you using phonegap application?
no, i am making a software in C.