Skip to content

Instantly share code, notes, and snippets.

@Jules-Baratoux
Created April 30, 2015 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jules-Baratoux/004be688efd9514e6ead to your computer and use it in GitHub Desktop.
Save Jules-Baratoux/004be688efd9514e6ead to your computer and use it in GitHub Desktop.
Homework #3 – OI File Manager
Directory Details - Due April 29th by 11:59 PM PT
Attached Files:
File DirectorySelectionAndReporting.png (74.973 KB)
Create a program that integrates with the OI File Manager to allow a user to select a directory from their Android device's filesystem. Once a directory has been selected the App shall display the details of the selected directory including a list of its contents (this could become long… consider incorporating a ScrollView). Please see the attached mockup diagram (available on the View/Complete Assignment page) for more information and contact me with any questions.
OI File Manager Guidance
=====================
The OI File Manager can be downloaded/installed directly from the Android Marked on devices that support it.
To install the OI File Manager on an emulator image...
1. Download the latest version of OI File Manager from this page: http://www.openintents.org/en/filemanager
2. While an instance of the emulator is running, execute the following, updating the name/path to the apk file as necessary:
adb install C:\FileManager-2.0.2.apk
Depending on how your environment is set, executing adb may require changing directories to the folder containing adb (it is in the platform-tools directory of your sdk installation).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment