
Set up the crypto portfolio app environment, create sign-up and login screens, and implement API integrations with Coingecko, Kraken, and Okcoin to fetch coins, prices, balances, and execute trades.
Build the watch list UI for a Python cryptocurrency portfolio app by creating a grid of list tiles and wiring assets and watch list properties to render from API data.
Design, implement, and refine the overview tab's owned asset widget for a cryptocurrency portfolio mobile app, wiring layout, icons, text, and a price chart.
Learn to fetch and display statistics in the asset view, including market cap, circulating and total supply, 24 hour low/high, volume, and price change, with formatting and color cues.
Learn to build an exchanges page that connects Kraken and Okcoin via API keys, featuring reusable exchange tiles, icons, and a connected/unconnected state for a scalable crypto portfolio app.
Develop an add exchange pop-up in a python crypto portfolio app, using a model view with api key, api secret, and optional passphrase fields. Control visibility and enable connect action.
Add coins to the watch list, trigger a short pop up alert when added, and update the overview with the current watch list in the cryptocurrency portfolio app.
Package and build the Android APK for the cryptocurrency portfolio app using a notebook and drive, configure the build spec, install dependencies, and deploy to a connected device.
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