Skip to content

A file dialog activity for your android app. Allows you to pick a files path for loading or saving.

Notifications You must be signed in to change notification settings

codingbychanche/FileDialogTool

Repository files navigation

File Dialog Tool

File Dialog Tool is an activity which allows to browse through the file system of your device and pick file paths for loading or saving data.

An example of how to use this library in your own project can be found here: Example app mainActivity

Screenshots

Preview feature.

Import this library into your own Android Studio project

The first step is to prepare your Android Studio's 'build.gradle' files (Project level and module level). The second step is to allow the permissions needed by the app.

Project level

Under 'allprojects' insert the following line:

maven { url 'https://jitpack.io' }

Module level (usually your 'app'- module)

Under 'dependencies' insert this line:

implementation 'com.github.codingbychanche:FileDialogTool:master-SNAPSHOT'

In the example above the 'SNAPHOT'- tag is used to download the latest version of the code, which may not be fully tested.

Latest stable release:

Min- SDK Version

22

Permissions

When started a dialog is opened asking for the required permission.

Add new activity to your manifest file

Finally add:

 <activity android:name="berthold.filedialogtool.FileDialog"/>

About

A file dialog activity for your android app. Allows you to pick a files path for loading or saving.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages