August 2015
Intermediate to advanced
246 pages
4h 21m
English
In this recipe, we are evolving to the touchscreen. Here, you will see the basic differences between the mouse and the touchscreen. This will give us more options than with the mouse device.
For this recipe, we will use the Kv language for the design of the widgets, so make sure that you are confident with it and refresh your knowledge if necessary. Also, this recipe will use the common button and label widgets for reference. Obviously, to get more benefit, a touchscreen device is useful to run the code.
Perform the following steps:
<MyW>: Button: id: button1 text: 'Hello' Label: id: label1 pos: 100, 100 text: 'My label before press the screen' ...
Read now
Unlock full access