Tutorials#
Tutorial 0 - your first Toga app#
In Your first Toga app, you will discover how to create a basic app and have a simple toga.widgets.button.Button
widget to click.
Tutorial 1 - a slightly less toy example#
In A slightly less toy example, you will discover how to capture basic user input using the toga.widgets.textinput.TextInput
widget
and control layout.
Tutorial 2 - you put the box inside another box…#
In You put the box inside another box…, you will discover how to use the toga.widgets.splitcontainer.SplitContainer
widget to display
some components, a toolbar and a table.

Tutorial 3 - let’s build a browser!#
In Let’s build a browser!, you will discover how to use the toga.widgets.webview.WebView
widget to display
a simple browser.

Tutorial 4 - let’s draw on a canvas!#
In Let’s draw on a canvas!, you will discover how to use the toga.widgets.canvas.Canvas
widget to draw
lines and shapes on a canvas.
