Changes

A Kotlin Android Storage Access Framework Example

5 bytes removed, 20:24, 30 November 2017
no edit summary
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Kotlin - Accessing Cloud Storage using the Android Storage Access Framework|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[Kotlin Android Video Playback using the VideoView and MediaController Classes]|Next]]</td>
<tr>
<td width="20%">Accessing Cloud Storage using the Android Storage Access Framework<td align="center"><td width="20%" align="right">Kotlin Android Video Playback using the VideoView and MediaController Classes]</td>
In functional terms, the application will present the user with a multi-line text view into which text may be entered and edited, together with a set of buttons allowing storage based text files to be created, opened and saved.
== Creating Creating the Storage Access Framework Example ==
Create a new project in Android Studio, entering StorageDemo into the Application name field and ebookfrenzy.com as the Company Domain setting before clicking on the Next button.
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Kotlin - Accessing Cloud Storage using the Android Storage Access Framework|Previous]]<td align="center">[[Kotlin / Android Studio Development Essentials|Table of Contents]]<td width="20%" align="right">[[Kotlin Android Video Playback using the VideoView and MediaController Classes]|Next]]</td>
<tr>
<td width="20%">Accessing Cloud Storage using the Android Storage Access Framework<td align="center"><td width="20%" align="right">Kotlin Android Video Playback using the VideoView and MediaController Classes]</td>
</table>