MediaPlayer: Simplified Video Playback on Android
Nov 9 2020 · Article (25 mins)
Playing videos is a common requirement in Android apps. In this tutorial learn about handling video playback ...
more
MediaPlayer: Simplified Video Playback on Android
Playing videos is a common requirement in Android apps. In this tutorial learn about handling video playback via the MediaPlayer API on Android.
Android & Kotlin
Implementing Picture In Picture Mode In Android
Oct 8 2020 · Video Course (36 mins)
Implement Picture In Picture mode to allow users to watch videos even while they use other apps. See how a...
more
Implementing Picture In Picture Mode In Android
Implement Picture In Picture mode to allow users to watch videos even while they use other apps. See how a real-world app uses PiP, then learn how to add awesome media playback controls to PiP mode for ease of use!
Android & Kotlin
CameraX: Getting Started
Jan 1 2020 · Video Course (49 mins)
Learn how to create a camera app with the recently announced CameraX API for Android, which allows you to ...
more
CameraX: Getting Started
Learn how to create a camera app with the recently announced CameraX API for Android, which allows you to easily implement previews and real-time image analysis.