Extending the Editor with Plugins in Godot
Feb 2 2024 · Article (45 mins)
Embark on a journey to harness the true power of Godot with editor plugins! Revolutionize your workflow with ...
more
Extending the Editor with Plugins in Godot
Embark on a journey to harness the true power of Godot with editor plugins! Revolutionize your workflow with bespoke tools, efficient shortcuts, and personalized menu options. Delve deep into the art of plugin creation and unlock the boundless potential of Godot with ease.
iOS & Swift
Interactive Widgets With SwiftUI
Jan 22 2024 · Article (20 mins)
Discover how iOS 17 takes widgets to the next level by adding interactivity. Use SwiftUI to add interactive w...
more
Interactive Widgets With SwiftUI
Discover how iOS 17 takes widgets to the next level by adding interactivity. Use SwiftUI to add interactive widgets to an app called Trask. Explore different types of interactive widgets and best practices for design and development.
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.
In this tutorial, you’ll use SwiftUI to implement the navigation of a master-detail app. You’ll learn how to ...
more
SwiftUI Tutorial: Navigation
In this tutorial, you’ll use SwiftUI to implement the navigation of a master-detail app. You’ll learn how to implement a navigation stack, a navigation bar button, a context menu and a modal sheet.
Create impressive hero animations using the Hero Widget in Flutter when transitioning from one screen to a...
more
Flutter Hero Animations
Create impressive hero animations using the Hero Widget in Flutter when transitioning from one screen to another.
This course covers key topics such as the fundamentals of hero animations, utilizing the components of the Hero widget to create advanced animations,
and hands-on development of visually stunning animations while working on the Fooder app.
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.
iOS & Swift
SwiftUI Fundamentals
Feb 28 2023 · Video Course (1 hr, 15 mins)
An introduction to building iOS user interfaces with SwiftUI! Learn about SwiftUI Views and modifiers, com...
more
SwiftUI Fundamentals
An introduction to building iOS user interfaces with SwiftUI! Learn about SwiftUI Views and modifiers, common SwiftUI controls, fundamental layout tools, navigation and data flow, and how to make the most of SwiftUI previews.
iOS & Swift
watchOS: Complications
Feb 7 2023 · Video Course (57 mins)
Learn how to develop one of the most compelling and useful features of the Apple Watch: Complications.
watchOS: Complications
Learn how to develop one of the most compelling and useful features of the Apple Watch: Complications.
Android & Kotlin
Large Screens & Foldables Tutorial for Android
Nov 29 2022 · Article (25 mins)
Learn how to build great user experiences for large screens & foldables in Android. Also learn how to des...
more
Large Screens & Foldables Tutorial for Android
Learn how to build great user experiences for large screens & foldables in Android. Also learn how to design and test adaptive Android apps.
Android & Kotlin
CompositionLocal in Jetpack Compose
Nov 15 2022 · Article (25 mins)
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to ac...
more
CompositionLocal in Jetpack Compose
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to access data.
Flutter & Dart
Flutter Navigator 2.0
Nov 8 2022 · Video Course (1 hr, 47 mins)
Navigator 2.0 is Flutter’s new declarative API for the Navigator widget.
Learn how to migrate an app from ...
more
Flutter Navigator 2.0
Navigator 2.0 is Flutter’s new declarative API for the Navigator widget.
Learn how to migrate an app from old navigation patterns to use Navigator 2.0 and see how to make your app work with the URL bar and browser history in Flutter Web.
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.
Android & Kotlin
App Shortcuts: Getting Started
Oct 5 2022 · Article (15 mins)
Learn how to implement App Shortcuts in your Android app to make it more engaging for your users.
App Shortcuts: Getting Started
Learn how to implement App Shortcuts in your Android app to make it more engaging for your users.
Flutter & Dart
Implicit Flutter Animations
Oct 4 2022 · Video Course (1 hr, 11 mins)
Create delightful user experiences by learning how to add implicit animations to your Flutter apps.
Implicit Flutter Animations
Create delightful user experiences by learning how to add implicit animations to your Flutter apps.
Learn the basics of debugging and explore how to resolve common errors that Flutter developers face during...
more
Beginning Flutter Debugging
Learn the basics of debugging and explore how to resolve common errors that Flutter developers face during app development.
Flutter & Dart
Creating Custom Reusable Widgets in Flutter
Sep 14 2022 · Video Course (38 mins)
Learn to create custom widgets that are designed with reusability in mind so you could reuse them
in your ...
more
Creating Custom Reusable Widgets in Flutter
Learn to create custom widgets that are designed with reusability in mind so you could reuse them
in your projects or share them with the world as a library.
Flutter & Dart
Creating Local Notifications in Flutter
Aug 24 2022 · Article (25 mins)
Learn how to create cross-platform local notifications in Flutter using the flutter_local_notifications packa...
more
Creating Local Notifications in Flutter
Learn how to create cross-platform local notifications in Flutter using the flutter_local_notifications package.
Learn how to easily customize your app buttons style with the minimum effort by leveraging the latest SwiftUI...
more
SwiftUI Button Tutorial: Customization
Learn how to easily customize your app buttons style with the minimum effort by leveraging the latest SwiftUI button modifiers.
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.
Game Tech
Introduction to Unity UI – Part 2
Aug 22 2022 · Article (20 mins)
In this second part of the tutorial, you’re going to add additional functionality like playing and pausing th...
more
Introduction to Unity UI – Part 2
In this second part of the tutorial, you’re going to add additional functionality like playing and pausing the music, selecting a track from a list inside a ScrollView, and changing the volume with a slider. As you add these features, you’ll learn all about Unity’s built-in UI components.
Android & Kotlin
Lazy Layouts in Jetpack Compose
Aug 8 2022 · Article (20 mins)
Learn how to use Lazy Composables in Jetpack Compose to simply display data in your app.
Lazy Layouts in Jetpack Compose
Learn how to use Lazy Composables in Jetpack Compose to simply display data in your app.
Flutter & Dart
Overlays in Flutter: Getting Started
Jul 29 2022 · Article (25 mins)
Learn Flutter’s own way to display overlays like popUps, modals and dialog boxes with the help of popUpRoutes.
Overlays in Flutter: Getting Started
Learn Flutter’s own way to display overlays like popUps, modals and dialog boxes with the help of popUpRoutes.
Android & Kotlin
Splash Screen Tutorial for Android
May 23 2022 · Article (30 mins)
Learn how to implement splash screen in new and existing Android apps, using the SplashScreen API introduced ...
more
Splash Screen Tutorial for Android
Learn how to implement splash screen in new and existing Android apps, using the SplashScreen API introduced in Android 12.