Access files from the memory card [ANDROID]
Android
2
Posts
2
Posters
1
Views
1
Watching
-
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.
Have a look at [http://developer.android.com/guide/topics/data/data-storage.html[^]]