We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Python on your phone: Building mobile apps with Kivy

Formal Metadata

Title
Python on your phone: Building mobile apps with Kivy
Title of Series
Number of Parts
50
Author
Contributors
License
CC Attribution - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Many Django developers are familiar with building APIs, but what about when you need to build a mobile client consume them? Wouldn’t it be great if you could build a mobile application using the same language as your backend? Well, you can! This talk will introduce Kivy, a framework for building multi-touch applications. We’ll cover all the basics, including… Why you’d want to build mobile apps in Python, and what other options exist How to install Kivy (It’s really easy!) Basic examples of what a Kivy app looks like The Kv Design language, a YAML-esque abstraction for rapidly building UI’s How to access the hardware features of your device How to package your app for the Google Play and iOS App stores We’ll provide everything you need to know to get started building Python-powered phone apps with Kivy.