Tweening Animations in Unity with LeanTween
Jan 19 2022 · Article (25 mins)
Learn how to use LeanTween to animate the User Interface and various GameObjects in Unity 3D by creating a Br...
more
Tweening Animations in Unity with LeanTween
Learn how to use LeanTween to animate the User Interface and various GameObjects in Unity 3D by creating a Breakout game clone.
Flutter & Dart
Getting Started With Staggered Animations in Flutter
Jun 29 2022 · Article (30 mins)
Animations in mobile apps are powerful tools to attract users’ attention. They make transitions between scree...
more
Getting Started With Staggered Animations in Flutter
Animations in mobile apps are powerful tools to attract users’ attention. They make transitions between screens and states smoother and more appealing for the user. In this tutorial, you’ll learn how to implement animations in Flutter.
Server-Side Swift
Kitura Stencil Tutorial: How to make Websites with Swift
Feb 27 2019 · Article (25 mins)
Build a web-based frontend for your Kitura API using Stencil, in this server-side Swift tutorial!
Kitura Stencil Tutorial: How to make Websites with Swift
Build a web-based frontend for your Kitura API using Stencil, in this server-side Swift tutorial!
Server-Side Swift
Getting Started With Vue and Vapor
Feb 18 2021 · Article (20 mins)
Vue.js provides declarative rendering and a component system to simplify building interactive web apps. In th...
more
Getting Started With Vue and Vapor
Vue.js provides declarative rendering and a component system to simplify building interactive web apps. In this tutorial, you’ll learn how to add a Vue frontend on top of a Vapor and Swift backend.
Server-Side Swift
Templating Vapor Applications with Leaf
May 7 2021 · Article (20 mins)
Use Leaf, Vapor’s templating engine, to build a front-end website to consume your server-side Swift API!
Templating Vapor Applications with Leaf
Use Leaf, Vapor’s templating engine, to build a front-end website to consume your server-side Swift API!
Server-Side Swift
Beautifying Templated Websites with Leaf and Bootstrap
Jun 17 2021 · Article (20 mins)
Use the Bootstrap framework to add styling to your templated Leaf pages, and see how to serve files with Vapo...
more
Beautifying Templated Websites with Leaf and Bootstrap
Use the Bootstrap framework to add styling to your templated Leaf pages, and see how to serve files with Vapor in this server-side Swift tutorial!
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.
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!
iOS & Swift
App Clips in iOS
May 13 2021 · Video Course (30 mins)
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installi...
more
App Clips in iOS
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installing an app or not. Living in a time where
there truly is an app for everything, it’s often frustrating to download an app
just to get a ride home or book a hotel on-the-go. With App Clips, developers can
make a small portion of their app available for near-instant use, so users can
avoid the installation, sign-in, and onboarding process. In this course,
learn how to implement your own App Clips in your iOS apps and help users discover
your app while on the move!
Android & Kotlin
Jetpack Compose: Getting Started
Aug 1 2023 · Video Course (1 hr, 53 mins)
In this Jetpack Compose Course, you’ll learn what Compose is, what its fundamental components are, and how...
more
Jetpack Compose: Getting Started
In this Jetpack Compose Course, you’ll learn what Compose is, what its fundamental components are, and how they behave individually, and when composed together. Furthermore, you’ll learn how to build beautiful and reactive UI, with a lot of meaningful motion when it comes to animating custom components, input field state handling, error handling, and automatic state updates within an MVVM environment.
Android & Kotlin
Lifecycle-Aware Components in Android
Nov 1 2022 · Video Course (58 mins)
Learn about lifecycle-aware components including what they are, how they work & how to create your own...
more
Lifecycle-Aware Components in Android
Learn about lifecycle-aware components including what they are, how they work & how to create your own components and test them.
Flutter & Dart
Flutter Desktop Apps: Getting Started
Mar 28 2023 · Video Course (1 hr, 2 mins)
Learn how to create a Flutter Desktop App for both the Macintosh and Windows platforms.
Create application...
more
Flutter Desktop Apps: Getting Started
Learn how to create a Flutter Desktop App for both the Macintosh and Windows platforms.
Create applications that run as fast as native apps and look like a native app.
Use the native menu system and access local files.
Server-Side Swift
Server-Side Sign in with Apple
Nov 15 2022 · Video Course (37 mins)
You may know how to set up Sign in with Apple in an iOS project, but most tutorials don’t
actually cover w...
more
Server-Side Sign in with Apple
You may know how to set up Sign in with Apple in an iOS project, but most tutorials don’t
actually cover what to do on the backend! In this course, you’ll learn just that.
In the first part of this course you’ll learn how Sign in with Apple works and how it differs from regular authentication.
You’ll see how to integrate it with your existing authentication flow to provide users
the option to use their preferred authentication choice. You’ll also see how to allow users
to sign in with both Sign in with Apple and a regular username and password.
In the second part of this course you’ll learn how to adopt Sign in with Apple on the web
and integrate it on a website. This allows you to offer Sign in with Apple no matter how your
users are using your app.
Flutter & Dart
Supabase with Flutter
Aug 23 2022 · Video Course (2 hrs, 10 mins)
Learn how to create a cloud based database and authentication application using Supabase.
This is an easy ...
more
Supabase with Flutter
Learn how to create a cloud based database and authentication application using Supabase.
This is an easy to use Postgres relational database along with authentication. There are easy
to use libraries for Flutter. Easily setup email/password authentication along with your favorite
providers like: Google, Facebook and Apple. Use a webpage to easily create database
tables.
Flutter & Dart
Your First Flutter Flame Game
Mar 6 2024 · Video Course (1 hr, 12 mins)
Creating a game can be a really complex endeavor, especially when you want
to support multiple platforms. ...
more
Your First Flutter Flame Game
Creating a game can be a really complex endeavor, especially when you want
to support multiple platforms. Luckily, using Flame & Flutter can provide
support for multiple platforms and an awesome developer experience in the process.