Android RecyclerView Tutorial with Kotlin
Mar 4 2019 · Article (30 mins)
In this Android RecyclerView tutorial, learn how to use Kotlin to display datasets of a large or unknown size!
Android RecyclerView Tutorial with Kotlin
In this Android RecyclerView tutorial, learn how to use Kotlin to display datasets of a large or unknown size!
Android & Kotlin
Android Fragments Tutorial: An Introduction with Kotlin
Apr 10 2019 · Article (30 mins)
In this Android Fragments with Kotlin tutorial you will learn the fundamental concepts of fragments while cre...
more
Android Fragments Tutorial: An Introduction with Kotlin
In this Android Fragments with Kotlin tutorial you will learn the fundamental concepts of fragments while creating an app that displays dogs breeds.
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
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
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.
Android & Kotlin
Dependency Injection in Android with Dagger 2 and Kotlin
Dec 13 2017 · Article (30 mins)
In this Android with Kotlin tutorial, you’ll learn about dependency injection and how to make use of the Dagg...
more
Dependency Injection in Android with Dagger 2 and Kotlin
In this Android with Kotlin tutorial, you’ll learn about dependency injection and how to make use of the Dagger 2 Java/Android framework for this purpose.
Android & Kotlin
Write an AWS Lambda Function with Kotlin and Micronaut
Oct 16 2019 · Article (20 mins)
In this Kotlin tutorial, you’ll learn how to create a “Talk like a pirate” translator and deploy it to AWS La...
more
Write an AWS Lambda Function with Kotlin and Micronaut
In this Kotlin tutorial, you’ll learn how to create a “Talk like a pirate” translator and deploy it to AWS Lambda as a function.
Android & Kotlin
Paging Library for Android With Kotlin: Creating Infinite Lists
Oct 5 2020 · Article (30 mins)
In this tutorial, you’ll build a simple Reddit clone that loads pages of information gradually into an infini...
more
Paging Library for Android With Kotlin: Creating Infinite Lists
In this tutorial, you’ll build a simple Reddit clone that loads pages of information gradually into an infinite list using Paging 3.0 and Room.
Android & Kotlin
Kotlin Coroutines Tutorial for Android: Getting Started
Sep 9 2019 · Article (30 mins)
In this Kotlin Coroutines tutorial, you’ll learn how to write asynchronous code just as naturally as your nor...
more
Kotlin Coroutines Tutorial for Android: Getting Started
In this Kotlin Coroutines tutorial, you’ll learn how to write asynchronous code just as naturally as your normal, synchronous code.
Android & Kotlin
Kotlin Flow for Android: Getting Started
Jun 17 2020 · Article (30 mins)
In this tutorial, you’ll learn about the basics of Kotlin Flow, and you’ll build an Android app that fetches ...
more
Kotlin Flow for Android: Getting Started
In this tutorial, you’ll learn about the basics of Kotlin Flow, and you’ll build an Android app that fetches weather forecast data using Flow.
Android & Kotlin
Android Animation Tutorial with Kotlin
May 13 2019 · Article (35 mins)
In this Android animation tutorial, you will learn how to use property animations to make a fun, beautiful us...
more
Android Animation Tutorial with Kotlin
In this Android animation tutorial, you will learn how to use property animations to make a fun, beautiful user interface.
Android & Kotlin
ViewPager Tutorial: Getting Started in Kotlin
Nov 1 2017 · Article (20 mins)
In this ViewPager tutorial for Android, you’ll learn how to use a ViewPager to navigate between content pages...
more
ViewPager Tutorial: Getting Started in Kotlin
In this ViewPager tutorial for Android, you’ll learn how to use a ViewPager to navigate between content pages in Kotlin.
Multiple Domains
Kotlin Multiplatform by Tutorials
Nov 2 2023 · Book
The best book to teach you how to share code across platforms using Kotlin Multiplatform. You’ll gain the ...
more
Kotlin Multiplatform by Tutorials
The best book to teach you how to share code across platforms using Kotlin Multiplatform. You’ll gain the foundation of creating user interfaces using native UI toolkits and then writing common code for serialization, networking and persistence. You’ll also learn how dependency injection, testing and different architectures fit in with Kotlin Multiplatform so that you build maintainable and scalable apps for the real world.
Android & Kotlin
Kotlin Collections: Getting Started
Aug 12 2019 · Article (30 mins)
In this tutorial, you’ll learn how to work with Kotlin Collections. You’ll transform data, filter it out, and...
more
Kotlin Collections: Getting Started
In this tutorial, you’ll learn how to work with Kotlin Collections. You’ll transform data, filter it out, and use different types of collections in Kotlin!
Android & Kotlin
Introduction to Android Activities with Kotlin
May 6 2019 · Article (30 mins)
Learn about one of the most important concepts within Android apps with this introduction to Android activiti...
more
Introduction to Android Activities with Kotlin
Learn about one of the most important concepts within Android apps with this introduction to Android activities tutorial, using Kotlin!
Android & Kotlin
Beginning Android Development with Kotlin, Part One: Installing Android Studio
Jan 2 2019 · Article (35 mins)
In this Beginning Android Development tutorial, you will learn how to set up all the tools needed to start An...
more
Beginning Android Development with Kotlin, Part One: Installing Android Studio
In this Beginning Android Development tutorial, you will learn how to set up all the tools needed to start Android development.
Android & Kotlin
Kotlin For Android: An Introduction
May 8 2019 · Article (25 mins)
See how Kotlin For Android makes developing Android apps far more enjoyable. Learn how simple it is by creati...
more
Kotlin For Android: An Introduction
See how Kotlin For Android makes developing Android apps far more enjoyable. Learn how simple it is by creating your very own book searching app.
Android & Kotlin
What’s New in Kotlin 1.3
Jul 31 2019 · Article (20 mins)
This article will take you through the advancements and changes the language has to offer in its latest versi...
more
What’s New in Kotlin 1.3
This article will take you through the advancements and changes the language has to offer in its latest version.
Multiple Domains
Converting your iOS App to Android Using Kotlin
Oct 10 2018 · Article (25 mins)
In this tutorial, you’ll see first-hand how similar these languages are and how simple it is to convert Swift...
more
Converting your iOS App to Android Using Kotlin
In this tutorial, you’ll see first-hand how similar these languages are and how simple it is to convert Swift to Kotlin by porting an iOS app to Android.
Android & Kotlin
iOS App with Kotlin/Native: Getting Started
Nov 7 2018 · Article (30 mins)
In this tutorial, you’ll build an iOS app using Kotlin/Native. You’ll also take a look at the AppCode IDE fro...
more
iOS App with Kotlin/Native: Getting Started
In this tutorial, you’ll build an iOS app using Kotlin/Native. You’ll also take a look at the AppCode IDE from JetBrains!
Android & Kotlin
Domain-Specific Languages In Kotlin: Getting Started
Jul 22 2019 · Article (25 mins)
In this Kotlin tutorial, learn how to create a DSL using Kotlin lambdas with receivers, builder pattern and e...
more
Domain-Specific Languages In Kotlin: Getting Started
In this Kotlin tutorial, learn how to create a DSL using Kotlin lambdas with receivers, builder pattern and extension functions!
Multiple Domains
A Comparison of Swift and Kotlin Languages
Nov 21 2018 · Article (30 mins)
This article focuses on the main similarities and differences between Swift and Kotlin, including implementat...
more
A Comparison of Swift and Kotlin Languages
This article focuses on the main similarities and differences between Swift and Kotlin, including implementation, style, syntax and other important details.