August 2015
Intermediate to advanced
246 pages
4h 21m
English
Our starting point is going to be the App class, which is the base to create Kivy applications. In this recipe, we are going to create a simple app that uses some resources from this class.
Please go through the Building your Interfaces recipe from Chapter 1, Kivy and the Kv Language, which is important and will help you see the role of the App class in the code.
To complete this recipe, we will create a Python file to make the resources present in the App class. Let's follow these steps:
kivy package.App package.Widget package.MyW() class.e1App() class instanced as App.build() method and give an icon and a title to the app.Read now
Unlock full access