SelectFile

A library by Ostap Andrusiv for the Processing programming environment.
Last update, 06/12/2018.

Android library which provides Dialogs for selectInput(), selectFolder() and selectOutput() methods.

Android has no open&save file dialogs. SelectFile library adds these dialogs to the Processing for Android. Tested with Processing 3.0.

Download

Download SelectFile version 0.0.2 (2) in .zip format.

Installation

Easy installation. Please, use Sketch > Import Library > Add Library and find SelectFile there. It's the easiest way possible.

Manual installation. Unzip and put the extracted SelectFile folder into the libraries folder of your Processing sketches. Reference and examples are included in the SelectFile folder.

Examples

Find a list of examples in the current distribution of SelectFile, or have a look at them by following the links below.

Tested

Platform OS X, Windows, Linux, Android
Processing 3.0
Dependencies Android

Keywords. android,selectInput,selectOutput,selectFolder,file,open,save

Reference. Have a look at the javadoc reference here. A copy of the reference is included in the .zip as well.

Source. The source code of SelectFile is available at Github, and its repository can be browsed here.