Android app
Write your own Android application
Matt Holder investigates how to create cross-platform applications using a combination of Python and the Kivy framework.
KIVY
Credit: https:// kivy.org
OUR EXPERT
Matt Holder is an IT professional of 15 years, Linux user for over 20 years, user of plenty of home automation gear and selfprofessed geek.
In this article, we are exploring Kivy, learning about its GUI language and how this links back to Python code and developing an application that can run on multiple platforms. Kivy is supported on Windows, Mac OS, Linux, Android and iOS.
By the end of this article, we will have developed an app that runs on desktop Linux as well as Android. We will also have introduced the necessary concepts to create a simple stopwatch application, rendered our simple user interface, written the logic to update the text and perform the counting function, as well as compiling an APK that can be installed on Android devices.
The complete code can be downloaded from https://github.com/mattmole/LXF310-Kivy-Stopwatch. So, without further ado, let’s begin.