Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.28 KB

FilePicker

A file picker fragment for Android that can be embedded in your app.

File Picker now uses the new Android Studio/Gradle build system and project format. As such, it is incompatible with the present Eclipse/ANT project format.

Example

There will soon be an example hosted in another git repo.

Usage

Integrating FilePicker into your project is easy. Simply add the FilePicker

Roadmap

0.2

  • Multi-file picking

0.3

  • Drag and drop.

0.5

  • Styleable file and folder views.
  • Optional file and folder icons.
  • Two view layouts; text below or right of icon.

0.7

  • Support custom views and binders for file and folder display.

1.0

  • A dark and a light holo theme that can be applied, or extended.

License

Copyright 2013 Tonic Artos

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.