Topic guides¶
Topic guides are deeper explorations of concepts and issues related to usage of Toga. They aim to provide thorough explanations and background information, rather than a step-by-step guide of accomplishing specific tasks.
- API design - Details about Toga's API design.
- Internal architecture - How Toga is internally structured.
- Extending Toga - How to add new widgets to Toga.
- Data sources - Learn how to structure data storage in a Toga application so it is decoupled from the display of Toga widgets.
- Debugging your app - Learn how to debug issues in Toga.
- File management - Learn how to managing files in Toga using app paths.
- Widget layout - Details about widget layout in Toga.
Internal guides¶
- How the testbed works - Details on how Toga's testbed application is structured to provide test coverage of Toga's backends.