Go back
Learn to develop cross compatible applications that work on mobile.
Overview
This series is designed to teach you how to develop cross compatible applications using python. Kivy allows you to write code that works on:
- Mac OSX
- Windows
- IOS
- Android
- Linux
- Raspberry Pi
What You’ll Learn
This series is packed full of valuable information. You will learn and understand the following after this tutorial:
- How to Create Stylish GUI’s
- How to Develop Applications with OOP Principles
- How to Handle User Input and Events
- How to Release Your App to Mobile Devices
Prerequisites
This is NOT a beginner tutorial and I will not be teaching python syntax. It is also highly encouraged that you are familiar with Object Orientated Principles
- Intermediate Programming Knowledge
- Experience With Python 3 Syntax
- Object Oriented Programming
Setup/Creating A Simple ApplicationLabels, Input and GUI LayoutsCreating Buttons & Triggering EventsThe kv Design Language (.kv File)Object Properties and .kv ContinuedFloatLayout for Dynamic PlacementTouch Input/Mouse InputSimple Drawing AppNavigation Between Multiple ScreensPopup WindowsExample GUI