Installing development software
We will need several layers of development software to create Apps:
- Miniconda3 - a Python distribution
- Spyder - an Integrated Development Environment (IDE)
- Kivy - an App development framework
Building an App with Kivy
- Kivy Basics - Creating and running an application.
- Introduction to Widgets - A must-read tutorial for how user-interfaces are built.
- BoxLayout - The simplest building block for laying out widgets.
- How to use BoxLayout - A tutorial for BoxLayout.
- Advanced Layouts - Other types of layout available.
- Pong Game Example - A full
Pong
game tutorial. - Widget Interactions (Video) - A tutorial on having widgets interact with eachother.