There are more and more tools and libraries, offering multi-platform application development, on the market. This is due increased number of mobile operating systems in the last couple of years. The goal of this thesis is to get familiar with Kivy architecture, which provides support for desktop and mobile application development. We compared the mentioned tool with competing tools called PhoneGap and Titanium.
Kivy is a library for Python programming language. All of the functions of the device are accessed via libraries.
Through development process we learned the KV programming language, which we used to describe/develop graphical user interface. We also used a modul, which supports transformations of the objects, that is translation, rotation and scale, and library which supports access and control of the mobile device sensors (in our case the camera).
|