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
Encryption Tutorial For Android: Getting Started
Feb 25 2019 · Article (30 mins)
Ever wondered how you can use data encryption to secure your private user data from hackers? Look no more, in...
more
Encryption Tutorial For Android: Getting Started
Ever wondered how you can use data encryption to secure your private user data from hackers? Look no more, in this tutorial you’ll do just that!
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.
In this tutorial, you’ll learn how to combine Jetpack Compose and the repository pattern, making your Android...
more
Repository Pattern with Jetpack Compose
In this tutorial, you’ll learn how to combine Jetpack Compose and the repository pattern, making your Android code easier to read and more maintainable.
Learn how to give your users fast access to the most important functions of your Android app, right from thei...
more
Android App Widgets Tutorial
Learn how to give your users fast access to the most important functions of your Android app, right from their home screen, using App Widgets.
Android & Kotlin
Navigation Component for Android Part 3: Transition and Navigation
Apr 22 2020 · Article (25 mins)
In this tutorial, you’ll learn how to use shared element transitions, action bar and bottom navigation to mak...
more
Navigation Component for Android Part 3: Transition and Navigation
In this tutorial, you’ll learn how to use shared element transitions, action bar and bottom navigation to make an app that shows a list of random dogs images.
Android & Kotlin
Android Debug Bridge (ADB): Beyond the Basics
Mar 27 2019 · Article (15 mins)
In this tutorial, you’ll learn how to communicate with your device using Android Debug Bridge (ADB).
Android Debug Bridge (ADB): Beyond the Basics
In this tutorial, you’ll learn how to communicate with your device using Android Debug Bridge (ADB).
Android & Kotlin
Building an Android Library Tutorial
Apr 18 2018 · Article (30 mins)
See how to create an Android library using Android Studio, publish the library to a Maven repository on Bintr...
more
Building an Android Library Tutorial
See how to create an Android library using Android Studio, publish the library to a Maven repository on Bintray, and host the library in the public JCenter repository.
Android & Kotlin
Android Services: Getting Started
May 27 2021 · Article (30 mins)
Learn about Android Services and the differences between foreground, background and bound services.
Android Services: Getting Started
Learn about Android Services and the differences between foreground, background and bound services.
Android & Kotlin
Getting Started with Cucumber
Sep 22 2021 · Article (30 mins)
Learn to use Cucumber, Gherkin, Hamcrest and Rest Assured to integrate Behavior-Driven Development (BDD) in a...
more
Getting Started with Cucumber
Learn to use Cucumber, Gherkin, Hamcrest and Rest Assured to integrate Behavior-Driven Development (BDD) in an application made using Spring Boot and Kotlin.
Multiple Domains
Building the Android Open Source Project
Jun 29 2020 · Article (20 mins)
Working on the Android platform is a task addressed by Google and OEMs mostly. In this tutorial, you’ll get i...
more
Building the Android Open Source Project
Working on the Android platform is a task addressed by Google and OEMs mostly. In this tutorial, you’ll get insights into building the AOSP.
Android & Kotlin
Android Sleep API Tutorial: Getting Started
Jul 26 2021 · Article (15 mins)
Learn how to use the Android Sleep API in your Kotlin apps to track when the user is asleep, awake, how long ...
more
Android Sleep API Tutorial: Getting Started
Learn how to use the Android Sleep API in your Kotlin apps to track when the user is asleep, awake, how long they slept, and the confidence of the results.
Multiple Domains
Build an API with Kotlin on Google Cloud Platform
Sep 30 2019 · Article (30 mins)
In this tutorial you will learn how to build a server side API using Kotlin and Ktor that you can host on Goo...
more
Build an API with Kotlin on Google Cloud Platform
In this tutorial you will learn how to build a server side API using Kotlin and Ktor that you can host on Google Cloud Platform and use with your Android app.
Android & Kotlin
Migrating From Dagger to Hilt
Jan 25 2021 · Article (20 mins)
Learn about Hilt and its API. Discover how Hilt facilitates working with Dagger by migrating the code of an e...
more
Migrating From Dagger to Hilt
Learn about Hilt and its API. Discover how Hilt facilitates working with Dagger by migrating the code of an existing app from Dagger to Hilt.
Android & Kotlin
Gesture Navigation Tutorial for Android
Feb 12 2020 · Article (20 mins)
In this Android tutorial, you will learn how to add support for gesture navigation to your app, a feature tha...
more
Gesture Navigation Tutorial for Android
In this Android tutorial, you will learn how to add support for gesture navigation to your app, a feature that was added in Android 10.
Android & Kotlin
Getting Started with Android Wear with Kotlin
Dec 20 2017 · Article (30 mins)
In this Android Wear tutorial, you’ll learn how to build an Android app for the Android Wear platform using t...
more
Getting Started with Android Wear with Kotlin
In this Android Wear tutorial, you’ll learn how to build an Android app for the Android Wear platform using the Kotlin language.
Android & Kotlin
Social Network Integration on Android
Jul 11 2018 · Article (25 mins)
Learn how to let your users authenticate into your app using Facebook and Twitter, and see how to make posts ...
more
Social Network Integration on Android
Learn how to let your users authenticate into your app using Facebook and Twitter, and see how to make posts to both social networks.
Multiple Domains
How I Fight Procrastination and Usually Win
Feb 3 2017 · Article (25 mins)
Procrastination is something I’ve struggled a lot with over the years. Check out my top 3 tips on how I (usua...
more
How I Fight Procrastination and Usually Win
Procrastination is something I’ve struggled a lot with over the years. Check out my top 3 tips on how I (usually) manage to beat it!
Android & Kotlin
Jetpack Navigation: Getting Started
Aug 10 2021 · Video Course (37 mins)
In this course, learn how to use the Navigation Architecture Component provided by Android Jetpack Library...
more
Jetpack Navigation: Getting Started
In this course, learn how to use the Navigation Architecture Component provided by Android Jetpack Library to simplify navigation in your app. It also helps you visualize your app’s navigation flow. You will also learn how to add Animations and Deep links to your navigation flow.
Until now keyboards and Androids seemed to go in opposite directions. There was no API you could query to ...
more
WindowInsets Handling & Keyboard Animations
Until now keyboards and Androids seemed to go in opposite directions. There was no API you could query to learn if the keyboard was open or to know its size. When the keyboard popped up, the screen and views would automatically rearrange themselves without a smooth transition.
In this course learn how to interact with the keyboard via WindowInsets. Read its properties, know if it’s open, and create smooth, synchronous, animations.
Android & Kotlin
SQLDelight in Android: Getting Started
Aug 3 2021 · Video Course (1 hr, 25 mins)
In this course, we will introduce you to SQLDelight, a generator for typesafe Kotlin code based on
SQL dat...
more
SQLDelight in Android: Getting Started
In this course, we will introduce you to SQLDelight, a generator for typesafe Kotlin code based on
SQL database statements, with built-in support for migrations, schema validation and IDE integrations.
From initial installation all the way to customization, you’ll learn everything there is to know
about this latest invention from Square.
Android & Kotlin
Creating Tiles for Wear OS
Jun 8 2021 · Video Course (31 mins)
Learn how Wear OS Tiles are different from regular Android layouts, how to implement your own Tile and han...
more
Creating Tiles for Wear OS
Learn how Wear OS Tiles are different from regular Android layouts, how to implement your own Tile and handle user interactions.