file-selector
A minimal, holo-themed file picker.
Features
- Light and dark themes
- Full-screen activity and dialog modes
- Select files or folders, and filter by type
Usage
With Gradle:
compile 'co.arcs.android:file-selector:1.0.1@aar'
This isn't on maven central (yet), so you'll also need to add the repository:
repositories {
mavenCentral(
maven {
url "https://arcs.co/archiva/repository/external/"
}
}
With Eclipse:
- Clone the project
- 'Import' -> 'Existing Android Code into Workspace'
Backlog
- Support filter by file extension
- Hide 'new folder' button when selecting a file (as doesn't make sense)
Contributing
Pull requests / bug reports are most welcome.
Licence
Apache 2.0