Health Connect Android API
Dec 13 2022 · Article (15 mins)
Learn how to use the Health Connect Android API to create an app that reads and writes health data and manage...
more
Health Connect Android API
Learn how to use the Health Connect Android API to create an app that reads and writes health data and manages health permissions.
Android & Kotlin
Triggering Alarms Tutorial for Android: Getting Started
Sep 19 2022 · Article (25 mins)
Learn how to set up alarms in your Android apps using the AlarmManager API, and find out about the exact and ...
more
Triggering Alarms Tutorial for Android: Getting Started
Learn how to set up alarms in your Android apps using the AlarmManager API, and find out about the exact and inexact alarm types as well as best practices.
In this Kotlin Sequences tutorial, you’ll learn what a sequence is, its operators and when you should conside...
more
Kotlin Sequences: Getting Started
In this Kotlin Sequences tutorial, you’ll learn what a sequence is, its operators and when you should consider using them instead of collections.
Android & Kotlin
Android App Bundles: Play Feature Delivery
Dec 3 2021 · Article (30 mins)
Learn how to configure your app for Play Feature Delivery which uses advanced capabilities of app bundles, al...
more
Android App Bundles: Play Feature Delivery
Learn how to configure your app for Play Feature Delivery which uses advanced capabilities of app bundles, allowing certain features of your app to be delivered conditionally or downloaded on demand.
Learn how to create your first Android TV app! In this tutorial, you’ll create an Android TV app for viewing ...
more
Android TV: Getting Started
Learn how to create your first Android TV app! In this tutorial, you’ll create an Android TV app for viewing RayWenderlich Youtube channel videos!
Android & Kotlin
Deep Dive Into Kotlin Data Classes for Android
Apr 12 2021 · Article (20 mins)
In this Kotlin data classes tutorial, you’ll learn when and how to use data classes, how they vary from regul...
more
Deep Dive Into Kotlin Data Classes for Android
In this Kotlin data classes tutorial, you’ll learn when and how to use data classes, how they vary from regular classes and what their limitations are.
Android & Kotlin
Resizable Apps & Multi-Window Support in Android
Mar 30 2021 · Video Course (25 mins)
This course will show you how to make your apps resizable and in turn support the multi-window mode in And...
more
Resizable Apps & Multi-Window Support in Android
This course will show you how to make your apps resizable and in turn support the multi-window mode in Android.
Using this approach, you’ll allow your users to multi-task by using multiple apps at the same time.
Android & Kotlin
Android In App Review
Jan 28 2021 · Video Course (41 mins)
This course will teach you how to implement the new Android In App Review API from the Play Core set of to...
more
Android In App Review
This course will teach you how to implement the new Android In App Review API from the Play Core set of tools. You’ll learn how to ask for user reviews at key moments in your app to help increase your Play Store rating and improve your app visibility!
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
Saving Data on Android
Sep 15 2020 · Video Course (1 hr, 14 mins)
Learn about different ways to save data on Android! Use SharedPreferences to store user-facing configurati...
more
Saving Data on Android
Learn about different ways to save data on Android! Use SharedPreferences to store user-facing configuration, use Files to store complex data in the form of JSON or media files, and use the SQLite Open Helper database to store meaningful objects that you can create, read, update and delete.
Android & Kotlin
Room Database: Getting Started
Aug 27 2020 · Video Course (1 hr, 52 mins)
Covers loads of cool concepts in local data persistence, using the Room database on Android. Learn how to ...
more
Room Database: Getting Started
Covers loads of cool concepts in local data persistence, using the Room database on Android. Learn how to use Entities, Queries, Relations, Kotlin Coroutines, Type Converters, and database Migrations to develop a complex and wholesome app.
Multiple Domains
Sensors Tutorial for Android: Getting Started
Jul 20 2020 · Article (20 mins)
In this sensors tutorial, you’ll learn about different types of sensors and how to use sensor fusion (acceler...
more
Sensors Tutorial for Android: Getting Started
In this sensors tutorial, you’ll learn about different types of sensors and how to use sensor fusion (accelerometer with magnetometer) to develop a compass.
Android & Kotlin
AndroidX Biometric Library: Getting Started
Mar 2 2020 · Article (10 mins)
In this tutorial you will learn how to use the AndroidX Biometric Library by showing the biometric prompt and...
more
AndroidX Biometric Library: Getting Started
In this tutorial you will learn how to use the AndroidX Biometric Library by showing the biometric prompt and using its callbacks.
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.
Android & Kotlin
White Labeling Android Apps: Getting Started
Nov 18 2019 · Article (15 mins)
In this tutorial, you’ll learn step by step how to white label your Android apps by using Android flavors and...
more
White Labeling Android Apps: Getting Started
In this tutorial, you’ll learn step by step how to white label your Android apps by using Android flavors and build variants.
Multiple Domains
RWDevCon 2018 Vault
May 7 2018 · Video Course (36 hrs, 41 mins)
Relive the 2018 edition our annual conference, RWDevCon, through this complete video collection of 18 hand...
more
RWDevCon 2018 Vault
Relive the 2018 edition our annual conference, RWDevCon, through this complete video collection of 18 hands-on sessions and 4 half-day workshops!
Android & Kotlin
Android Architecture Components: Getting Started
Feb 14 2018 · Article (25 mins)
Take advantage of the new Android Architecture Components in your Kotlin Android app, including Lifecycle, Li...
more
Android Architecture Components: Getting Started
Take advantage of the new Android Architecture Components in your Kotlin Android app, including Lifecycle, LiveData, and ViewModel.
Android & Kotlin
Introduction to Google Maps API for Android with Kotlin
Jan 17 2018 · Article (30 mins)
In this Google Maps API Tutorial for Android you will learn how to retrieve the user’s current location, get ...
more
Introduction to Google Maps API for Android with Kotlin
In this Google Maps API Tutorial for Android you will learn how to retrieve the user’s current location, get location updates and search for places.