Skip to content

Commit d63bba1

Browse files
Update Readme.md
1 parent d7311ba commit d63bba1

File tree

1 file changed

+4
-50
lines changed

1 file changed

+4
-50
lines changed

Readme.md

+4-50
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# 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.
143

154
### Features
165

@@ -23,7 +12,7 @@ Super Lite Android Library to select files/directories from Device Storage.
2312

2413
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
2514
```gradle
26-
compile 'com.github.angads25:filepicker:1.1.1'
15+
2716
```
2817

2918
### Usage
@@ -98,7 +87,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
9887
1. Start by declaring [FilePickerPreference](https://github.com/angads25/android-filepicker/wiki/filepicker-preference) in your settings xml file as:
9988

10089
```xml
101-
<com.github.angads25.filepicker.view.FilePickerPreference
90+
<com.github.tutorialsandroid.filepicker.view.FilePickerPreference
10291
xmlns:app="http://schemas.android.com/apk/res-auto"
10392
android:key="your_preference_key"
10493
android:title="Pick a Directory"
@@ -148,45 +137,10 @@ Marshmallow and above requests for the permission on runtime. You should overrid
148137
* `extensions` should end with ':' , also have ':' between two extensions.
149138
eg. /sdcard:/mnt:
150139

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-
156140
### Screenshot
157141

158-
#### Theme.Black
159-
160-
![Screenshot 1](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/theme_black.png)
161-
162-
#### Theme.Holo
163-
164-
![Screenshot 2](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/theme_holo.png)
165-
166-
#### Theme.Holo.Light
167-
168-
![Screenshot 3](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/theme_holo_light.png)
169-
170-
#### Theme.Material
171-
172-
![Screenshot 4](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/theme_material.png)
173-
174-
#### Theme.DeviceDefault
175-
176-
![Screenshot 5](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/theme_device_default.png)
177-
178-
### Performance
179-
180-
#### GPU Overdraw
181-
182-
![Performance 1](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/performance_overdraw.png)
183-
184-
#### GPU Rendering
185-
186-
![Performance 2](https://raw.githubusercontent.com/Angads25/android-filepicker/release/screenshots/profile_gpu_rendering.png)
187-
188142
### License
189-
Copyright (C) 2016 Angad Singh
143+
Copyright (C) 2019 FilePicker
190144

191145
Licensed under the Apache License, Version 2.0 (the "License");
192146
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)