Changes

A Kotlin Android Storage Access Framework Example

95 bytes added, 15:22, 29 November 2017
no edit summary
As previously discussed, the Storage Access Framework considerably eases the process of integrating cloud based storage access into Android applications. Consisting of a picker user interface and a set of new intents, access to files stored on document providers such as Google Drive and Box can now be built into Android applications with relative ease. With the basics of the Android Storage Access Framework covered in the preceding chapter, this chapter will work through the creation of an example application which uses the Storage Access Framework to store and manage files.
== About About the Storage Access Framework Example ==
The Android application created in this chapter will take the form of a rudimentary text editor designed to create and store text files remotely onto a cloud based storage service. In practice, the example will work with any cloud based document storage provider that is compatible with the Storage Access Framework, though for the purpose of this example the use of Google Drive is assumed.
[[File:as3.0_storage_demo_ui.png]]

[[File:as3.0_storage_demo_picker_save_to.png]]

[[File:as3.0_storage_demo_file_uploaded.png]]