Apache License, 2.0 FREE

The Apache License, 2.0 is an
open-source license.
Read full license

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

(1 ratings)

aFileChooser

Android library that provides a file explorer to let users select files on "external" storage.

Share and win up to $15k in prizes each month!Learn more

Share

Description

(Complete rewrite 11/2012)

Android developers often desire a way to present a user with a method of selecting a file from "external" storage. Android's Intent system gives developers the ability to implicitly hook into other app's components, but if the user doesn't have a file explorer installed, the developer must instruct them to install one, or build one, themselves.

aFileChooser is an Android Library Project that simplifies this process.

Features:

  • Provides a built-in file explorer
  • Streamlines the Intent.ACTION_GET_CONTENT Intent calling process
  • Easily convert a URI into s java File object
  • Determine MIME data types
  • Follows Android conventions (Fragments, Loaders) and is extremely simple to implement

Instructions

Full installation instructions can be found at GitHub.

Read all 1 comments »

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
You must be logged-in to vote. Log-in to your account or register now.
View all 1 reviews »

User Reviews