FileDialog

The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.

License

License

GroupId

GroupId

com.github.donmor
ArtifactId

ArtifactId

FileDialog
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

aar
Description

Description

FileDialog
The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.
Project URL

Project URL

https://github.com/donmor/FileDialog
Source Code Management

Source Code Management

https://github.com/donmor/FileDialog

Download FileDialog

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.donmor/FileDialog/ -->
<dependency>
    <groupId>com.github.donmor</groupId>
    <artifactId>FileDialog</artifactId>
    <version>1.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.donmor/FileDialog/
implementation 'com.github.donmor:FileDialog:1.2.1'
// https://jarcasting.com/artifacts/com.github.donmor/FileDialog/
implementation ("com.github.donmor:FileDialog:1.2.1")
'com.github.donmor:FileDialog:aar:1.2.1'
<dependency org="com.github.donmor" name="FileDialog" rev="1.2.1">
  <artifact name="FileDialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.donmor', module='FileDialog', version='1.2.1')
)
libraryDependencies += "com.github.donmor" % "FileDialog" % "1.2.1"
[com.github.donmor/FileDialog "1.2.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
androidx.recyclerview » recyclerview jar 1.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1