From 10fee7301bcff8a90250085d9e8efe82e50ab6dc Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Tue, 28 Mar 2023 21:38:29 -0400 Subject: [PATCH] Add link to YouTube series tutorial. --- plugins/basic_scenes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basic_scenes/README.md b/plugins/basic_scenes/README.md index 58e2ae0..b680d0b 100644 --- a/plugins/basic_scenes/README.md +++ b/plugins/basic_scenes/README.md @@ -1,6 +1,6 @@ # Scenes Demo Application Tutorial -In this tutorial, we create an application using the Flipper Zero's SceneManager and ViewDispatcher. +In this tutorial, we create an application using the Flipper Zero's SceneManager and ViewDispatcher. My [YouTube series](https://youtu.be/YbskaB6caqk) also covers using the SceneManager. The [Flipper Zero](https://flipperzero.one) supports three ways to develop UI (user interface) applications. ViewPort, ViewDispatcher, and SceneManager. This tutorial will focus on using the SceneManager and ViewDispatcher. If you are interested in learning more about ViewPort, please see the [ViewPort Tutorial](../basic/README.md).