1
1
# FilePicker
2
- Super Lite Android Library to select files/directories from Device Storage.
3
-
4
- ### Developed by
5
- [ Angad Singh] ( https://www.github.com/angads25 ) ([ @angads25 ] ( https://www.twitter.com/angads25 ) )
6
-
7
- ### Benchmark:
8
- [ ![ API] ( https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=9 ) <a href =" http://www.methodscount.com/?lib=com.github.angads25%3Afilepicker%3A1.1.1 " ><img src =" https://img.shields.io/badge/Methods and size-271 | 43 KB-e91e63.svg " /></a >
9
-
10
- ### Where to Find:
11
- [ ![ Download] ( https://api.bintray.com/packages/angads25/maven/filepicker/images/download.svg ) ] ( https://bintray.com/angads25/maven/filepicker/_latestVersion ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.angads25/filepicker/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.angads25/filepicker ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-FilePicker-blue.svg?style=flat )] ( http://android-arsenal.com/details/1/3950 )
12
-
13
- ### Read all about internal classes and functions in the [ wiki] ( https://github.com/Angads25/android-filepicker/wiki ) .
2
+ Android Library to select files/directories from Device Storage.
14
3
15
4
### Features
16
5
@@ -23,7 +12,7 @@ Super Lite Android Library to select files/directories from Device Storage.
23
12
24
13
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
25
14
``` gradle
26
- compile 'com.github.angads25:filepicker:1.1.1'
15
+
27
16
```
28
17
29
18
### Usage
@@ -98,7 +87,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
98
87
1 . Start by declaring [ FilePickerPreference] ( https://github.com/angads25/android-filepicker/wiki/filepicker-preference ) in your settings xml file as:
99
88
100
89
``` xml
101
- <com .github.angads25 .filepicker.view.FilePickerPreference
90
+ <com .github.tutorialsandroid .filepicker.view.FilePickerPreference
102
91
xmlns : app =" http://schemas.android.com/apk/res-auto"
103
92
android : key =" your_preference_key"
104
93
android : title =" Pick a Directory"
@@ -148,45 +137,10 @@ Marshmallow and above requests for the permission on runtime. You should overrid
148
137
* `extensions` should end with ':' , also have ':' between two extensions.
149
138
eg. /sdcard:/mnt:
150
139
151
- ### Note:
152
- [FilePickerPreference](https://github.com/angads25/android-filepicker/wiki/filepicker-preference) stores selected directories/files as a `String`. It delimits multiple files/directories using ':' `char`.
153
-
154
- ## Read more on implementation [here](https://github.com/Angads25/android-filepicker/wiki/Implementation).
155
-
156
140
### Screenshot
157
141
158
- #### Theme.Black
159
-
160
- 
161
-
162
- #### Theme.Holo
163
-
164
- 
165
-
166
- #### Theme.Holo.Light
167
-
168
- 
169
-
170
- #### Theme.Material
171
-
172
- 
173
-
174
- #### Theme.DeviceDefault
175
-
176
- 
177
-
178
- ### Performance
179
-
180
- #### GPU Overdraw
181
-
182
- 
183
-
184
- #### GPU Rendering
185
-
186
- 
187
-
188
142
### License
189
- Copyright (C) 2016 Angad Singh
143
+ Copyright (C) 2019 FilePicker
190
144
191
145
Licensed under the Apache License, Version 2.0 (the "License");
192
146
you may not use this file except in compliance with the License.
0 commit comments