Changes

Jump to: navigation, search

A Kotlin Android Storage Access Framework Example

5 bytes removed, 20:24, 30 November 2017
no edit summary
<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>
<hr>
On the form factors screen, enable the Phone and Tablet option and set the minimum SDK setting to API 19: Android 4.4 (KitKat). Continue to proceed through the screens, requesting the creation of an Empty Activity named StorageDemoActivity with a corresponding layout named activity_storage_demo.
== Designing Designing the User Interface ==
The user interface will need to be comprised of three Button views and a single EditText view. Within the Project tool window, navigate to the activity_storage_demo.xml layout file located in app -> res -> layout and double-click on it to load it into the Layout Editor tool. With the tool in Design mode, select and delete the Hello World! TextView object.
<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>

Navigation menu