Create an Android Custom View in Kotlin and learn how to draw shapes on the canvas, make views responsive, cr...
more
Android Custom View Tutorial
Create an Android Custom View in Kotlin and learn how to draw shapes on the canvas, make views responsive, create new XML attributes, and save view state.
Android & Kotlin
Android ListView Tutorial with Kotlin
Feb 21 2018 · Article (25 mins)
In this tutorial, you’ll learn how to use Android’s ListView to easily create scrollable lists, by creating a...
more
Android ListView Tutorial with Kotlin
In this tutorial, you’ll learn how to use Android’s ListView to easily create scrollable lists, by creating a simple recipe list app using Kotlin.
Multiple Domains
Android Networking With Kotlin Tutorial: Getting Started
Apr 6 2020 · Article (30 mins)
In this tutorial, you’ll get started with Android networking by creating a simple app to retrieve and display...
more
Android Networking With Kotlin Tutorial: Getting Started
In this tutorial, you’ll get started with Android networking by creating a simple app to retrieve and display a list of GitHub repositories.
Android & Kotlin
Common Design Patterns and App Architectures for Android
Mar 29 2021 · Article (30 mins)
Discover how to make your Android code cleaner and easier to understand with these common design patterns for...
more
Common Design Patterns and App Architectures for Android
Discover how to make your Android code cleaner and easier to understand with these common design patterns for Android apps. “Future You” will appreciate it!
Android & Kotlin
ConstraintLayout Tutorial for Android: Complex Layouts
Feb 11 2019 · Article (30 mins)
In this ConstraintLayout tutorial, you’ll learn how to dynamically position UI elements in relation to other ...
more
ConstraintLayout Tutorial for Android: Complex Layouts
In this ConstraintLayout tutorial, you’ll learn how to dynamically position UI elements in relation to other elements on the screen and to animate your views.
Android & Kotlin
Reactive Programming with RxAndroid in Kotlin: An Introduction
May 27 2019 · Article (30 mins)
Learn about how Reactive programming is a whole new paradigm using RxJava and RxAndroid in Android with Kotlin.
Reactive Programming with RxAndroid in Kotlin: An Introduction
Learn about how Reactive programming is a whole new paradigm using RxJava and RxAndroid in Android with Kotlin.
Android & Kotlin
Getting Started with MVP (Model View Presenter) on Android
Dec 19 2018 · Article (25 mins)
In this hands-on tutorial, we apply a design pattern called MVP, short for Model-View-Presenter, to an Androi...
more
Getting Started with MVP (Model View Presenter) on Android
In this hands-on tutorial, we apply a design pattern called MVP, short for Model-View-Presenter, to an Android application.
Android & Kotlin
Firebase Cloud Messaging for Android: Sending Push Notifications
May 6 2020 · Article (30 mins)
In this Firebase Cloud Messaging tutorial, you will learn how to add push notifications to Drink-It, an app t...
more
Firebase Cloud Messaging for Android: Sending Push Notifications
In this Firebase Cloud Messaging tutorial, you will learn how to add push notifications to Drink-It, an app that reminds you to drink water through the day.
Android & Kotlin
Test-Driven Development Tutorial for Android: Getting Started
Sep 19 2018 · Article (30 mins)
Learn the basics of test-driven development, or TDD, and discover how to use TDD effectively when developing ...
more
Test-Driven Development Tutorial for Android: Getting Started
Learn the basics of test-driven development, or TDD, and discover how to use TDD effectively when developing your Android apps!
Multiple Domains
Introducing Kodeco — The New raywenderlich.com
Oct 23 2022 · Article (10 mins)
Kodeco is the new raywenderlich.com. Come learn about our fresh new brand, what’s new, and what’s staying the...
more
Introducing Kodeco — The New raywenderlich.com
Kodeco is the new raywenderlich.com. Come learn about our fresh new brand, what’s new, and what’s staying the same as always!
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.
In this Android tutorial, you’ll learn the basics of forensic analysis by hacking into devices and extracting...
more
Hack an Android App: Finding Forensic Artifacts
In this Android tutorial, you’ll learn the basics of forensic analysis by hacking into devices and extracting data from private files and databases.
Android & Kotlin
MVI Architecture for Android Tutorial: Getting Started
Mar 20 2019 · Article (20 mins)
Learn about the MVI (Model-View-Intent) architecture pattern and prepare to apply it to your next Android app.
MVI Architecture for Android Tutorial: Getting Started
Learn about the MVI (Model-View-Intent) architecture pattern and prepare to apply it to your next Android app.
Android & Kotlin
Building an Action for Google Assistant: Getting Started
Jan 6 2020 · Article (30 mins)
In this tutorial, you’ll learn how to create a conversational experience with Google Assistant.
Building an Action for Google Assistant: Getting Started
In this tutorial, you’ll learn how to create a conversational experience with Google Assistant.
Android & Kotlin
Google I/O 2019: Opening Keynote Key Topics and Reactions
Jun 17 2019 · Article (20 mins)
This year was amazing for Google I/O, and we’ve curated a list of all the fun things the Opening Keynote feat...
more
Google I/O 2019: Opening Keynote Key Topics and Reactions
This year was amazing for Google I/O, and we’ve curated a list of all the fun things the Opening Keynote featured, and what those things are, to share!
Android & Kotlin
LiveData Tutorial for Android: Deep Dive
Aug 24 2020 · Article (30 mins)
In this Android tutorial, you’ll learn about LiveData which is a core architecture component, and how to use ...
more
LiveData Tutorial for Android: Deep Dive
In this Android tutorial, you’ll learn about LiveData which is a core architecture component, and how to use it to its full potential in your app.
Android & Kotlin
View Binding Tutorial for Android: Getting Started
Dec 30 2019 · Article (15 mins)
In this View Binding tutorial for Android, you’ll learn how to use View Binding to find and configure your vi...
more
View Binding Tutorial for Android: Getting Started
In this View Binding tutorial for Android, you’ll learn how to use View Binding to find and configure your views and how to migrate from other alternatives.
This article describes the MVVM Design Pattern and its components, data binding, and other design patterns an...
more
MVVM and DataBinding: Android Design Patterns
This article describes the MVVM Design Pattern and its components, data binding, and other design patterns and architectural concepts for the Android platform.