User contributions
29 November 2017
File:Android studio audio ui.png
no edit summary
Kotlin - Android Audio Recording and Playback using MediaPlayer and MediaRecorder
no edit summary
+24
Kotlin - Android Audio Recording and Playback using MediaPlayer and MediaRecorder
Created page with "This chapter will provide an overview of the MediaRecorder class and explain the basics of how this class can be used to record audio or video. The use of the MediaPlayer clas..."
Kotlin / Android Studio Development Essentials
no edit summary
+162
Kotlin - Making Runtime Permission Requests in Android
no edit summary
+902
File:As3.0 permission enabled in settings.png
no edit summary
File:As3.0 permission request.png
no edit summary
File:As3.0 permissions on install.png
no edit summary
Kotlin - Making Runtime Permission Requests in Android
Created page with "In a number of the example projects created in preceding chapters, changes have been made to the AndroidManifest.xml file to request permission for the app to perform a specif..."
Kotlin / Android Studio Development Essentials
no edit summary
+130
File:As3.0 camera app running.png
no edit summary
File:As3.0 camera app ui.png
no edit summary
Kotlin - Video Recording and Image Capture on Android using Camera Intents
no edit summary
+48
Kotlin - Video Recording and Image Capture on Android using Camera Intents
Created page with "Many Android devices are equipped with at least one camera. There are a number of ways to allow the user to record video from within an Android application via these built-in..."
Kotlin / Android Studio Development Essentials
no edit summary
+147
File:As3.0 videoplayer pip action toast.png
no edit summary
File:As3.0 videoplayer pip action button.png
no edit summary
File:As3.0 videoplayer pip action icon.png
no edit summary
File:As3.0 videoplayer pip noactionbar.png
no edit summary
File:As3.0 videoplayer pip titlebar.png
no edit summary
File:As3.0 videoplayer pip button.png
no edit summary
A Kotlin Android Picture-in-Picture Tutorial
Changing the Minimum SDK Setting
+1
A Kotlin Android Picture-in-Picture Tutorial
no edit summary
+214
A Kotlin Android Picture-in-Picture Tutorial
Adding the PiP Action
-6
A Kotlin Android Picture-in-Picture Tutorial
Created page with "Following on from the previous chapters, this chapter will take the existing VideoPlayer project and enhance it to add Picture-in-Picture support, including detecting PiP mode..."
Kotlin / Android Studio Development Essentials
no edit summary
+59
File:As3.0 videoplayer pip action example.png
no edit summary
File:As3.0 videoplayer pip example.png
no edit summary
Android Picture-in-Picture Mode using Kotlin
Created page with "When multi-tasking in Android was covered in earlier chapters, Picture-in-picture (PiP) mode was mentioned briefly but not covered in any detail. Intended primarily for video..."
Kotlin / Android Studio Development Essentials
no edit summary
+59
File:As3.0 video player controller.png
no edit summary
File:As3.0 video player running.png
no edit summary
File:As3.0 video player ui.png
no edit summary
Kotlin Android Video Playback using the VideoView and MediaController Classes
no edit summary
+85
Kotlin Android Video Playback using the VideoView and MediaController Classes
Introducing the Android MediaController Class
-3
Kotlin Android Video Playback using the VideoView and MediaController Classes
Introducing the Android VideoView Class
-6
Kotlin Android Video Playback using the VideoView and MediaController Classes
Created page with "One of the primary uses for smartphones and tablets is to enable the user to access and consume content. One key form of content widely used, especially in the case of tablet..."
Kotlin / Android Studio Development Essentials
no edit summary
+92
File:As3.0 storage demo file uploaded.png
no edit summary
File:As3.0 storage demo picker save to.png
no edit summary
File:As3.0 storage demo ui.png
no edit summary
A Kotlin Android Storage Access Framework Example
no edit summary
+95
A Kotlin Android Storage Access Framework Example
Created page with "As previously discussed, the Storage Access Framework considerably eases the process of integrating cloud based storage access into Android applications. Consisting of a picke..."
Kotlin / Android Studio Development Essentials
no edit summary
+64
Kotlin - Accessing Cloud Storage using the Android Storage Access Framework
Working with the Storage Access Framework
+13
File:As3.0 storage demo picker.png
no edit summary
Kotlin - Accessing Cloud Storage using the Android Storage Access Framework
Created page with "Recent years have seen the wide adoption of remote storage services (otherwise known as “cloud storage”) to store user files and data. Driving this growth are two key fact..."
Kotlin / Android Studio Development Essentials
no edit summary
+157
A Kotlin Android Content Provider Tutorial
no edit summary
+101
File:As3.0 content provider package.png
no edit summary