Tutorials

Tutorial 0

In Your first Toga app, you will discover how to create a basic app and have a simple toga.interface.widgets.button.Button widget to click.

../_images/tutorial-0.png

Tutorial 1

In A slightly less toy example, you will discover how to capture basic user input using the toga.interface.widgets.textinput.TextInput widget and control layout.

../_images/tutorial-1.png

Tutorial 2

In You put the box inside another box..., you will discover how to use the toga.interface.widgets.splitcontainer.SplitContainer widget to display some components, a toolbar and a table.

../_images/tutorial-2.png

Tutorial 3

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

../_images/tutorial-3.png