June 2015
Intermediate to advanced
206 pages
4h 32m
English
This chapter covered all the basics and introduced some not-so-basic concepts of Kivy. We covered how to configure classes, instances, and templates. Here is a list of Kivy elements we have learned to use in this chapter:
Widget, Button, ToggleButton, and LabelFloatLayout, RelativeLayout, BoxLayout, GridLayout, StackLayout, AnchorLayout, and PageLayoutpos, x, y, center_x, center_y, top, right, size, height, width, pos_hint, size_hint, group, spacing, padding, color, text, font_size, cols, rows, orientation, anchor_x, and anchor_yself and rootid and the markup tags size, color, b, i, and subThere are many more elements from the Kivy language that we can use, but with this chapter, ...