I am making a quizmaker app and I have finally made it possible to save the quiz. Now I am trying to work on opening the file but I haven't been able to find any information about managing the saved files. I need a small file manager that shows the files in the /data/data/mypackage/files folders, preferably in a user friendly interface.
Asked
Active
Viewed 51 times
0
-
Have you seen http://stackoverflow.com/questions/5612812/android-file-manager-library ? – harpun Oct 14 '13 at 17:42
-
@harpun I did not, actually. I am going to go over the suggestions in that post – coldblade2000 Oct 14 '13 at 17:55
-
Marking duplicate, also check OpenIntent's code (new answer to the post). – leesei Oct 14 '13 at 19:05