Book Image

Kivy Cookbook

By : Hugo Solis
Book Image

Kivy Cookbook

By: Hugo Solis

Overview of this book

Table of Contents (16 chapters)
Kivy Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


This chapter describes one of the most special features of the Kivy framework, which gives more versatility to our apps. Nowadays, the mobile world is one of the biggest markets for our apps. Many users prefer to have the Internet access only through their mobile devices, and for practical purposes, the futhure of the Internet is through mobile connections.

In this chapter, we will learn how to package our apps for mobile devices. Again, we will use the same code for our app on both the platforms (iOS and Android) and take advantage of the features provided by the mobile device world. We will check the screen size and decide how to make use of the mobile devices in our apps.

Also, Kivy is one of the unique means to run Python on Android. Considering that you have read all the previous chapters, you are now familiar with the Kivy concepts. So now if you want to create mobile apps to be registered in the App Store of your preference, then go through the recipes in this chapter....