You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
File Dialog Tool
2
2
================
3
-
File Dialog Tool is an activity which allows browsing the file system of your
3
+
<i>File Dialog Tool</i> is an activity which allows to browse through the file system of your
4
4
device and pick file paths for loading or saving data.
5
5
6
6
An example of how to use this library in your own project can be found here: [Example app mainActivity](app/src/main/java/berthold/filedialog)
@@ -14,15 +14,15 @@ Browsing.
14
14
15
15

16
16
17
-
When called with 'save- file' option, a floatig action button to do so is displayed. Argument returned will show if just the folder or folder and file was picked.
17
+
When called with 'save- file' option, a floatig action button to do so is displayed. The arguments returned will show if just the folder or folder and file was picked.
18
18
19
19

20
20
21
21
Preview feature.
22
22
23
-
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.
0 commit comments