File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ AndroidExternalFileWriter
33
44[ ![ Download] ( https://api.bintray.com/packages/prashamtrivedi/maven/AndroidExternalFileWriter/images/download.svg ) ] ( https://bintray.com/prashamtrivedi/maven/AndroidExternalFileWriter/_latestVersion )
55
6+ [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-AndroidExternalFileWriter-blue.svg?style=flat )] ( http://android-arsenal.com/details/1/1796 )
7+
68A helper class to write files in external android storage, along with it's demo application.
79
810Class is separately located at https://gist.github.com/PrashamTrivedi/6121924
911
1012Maven Availibility
1113==================
12- This library will be available in JCenter soon, the credentials will be
13-
14- ` com.creativeelites:AndroidExternalFileWriter:1.2 `
15-
14+ This library is available in JCenter. In your gradle file enter
15+ ``` groovy
16+ compile com.creativeelites:AndroidExternalFileWriter:1.2
17+ ```
1618How does it work
1719=========================
18201 . Create AppExternalFileWriter object with passing context to it.
You can’t perform that action at this time.
0 commit comments