In this course I will cover a lot of aspects of better programming for mobile in python using the kivy framework. You will earn everything including how to better:
Structure your app for ease of maintainance and readability
Authenticate your users and secure passwords in a Kivy app
Interact with real-world apis and make sure your app can handle them
Create modern custom widgets to interface with web apis
And so much more
The goal of the course is not to teach you the basics of kivy, I have another course for that. The goal here is to show you what more you can achieve with python and kivy and extend your knowledge to create any app your mind can conjure.
I will teach you how to approach design problems from a kivy developer's perspective to make sure you are able to implement whatever is thrown at you.
We will also learn how to seemlessly build for both iOS and Android. Something which has been quite difficult for most people in the kivy space. I will show you a trick you can use to build production versions of your apps without installing a single file on your computer. This allows you to build kivy apps on an operating system like windows for example, which is not supported by default