Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On Mobile Development with Kivy: Create A Task Manager
Rating: 4.1 out of 5(72 ratings)
361 students

Hands-On Mobile Development with Kivy: Create A Task Manager

start making android apps with python today
Created bySamuel Mthembo
Last updated 1/2020
English
English [Auto],

What you'll learn

  • How to Structure Your Projects For Mobile Development
  • How To Design Your Application With Kivy In Mind
  • How To Create Custom Widgets To Fill In The Kivy Blanks
  • How To Use Databases With Kivy
  • How To Monetise Your Kivy Applications With Google Admob
  • An easy and Free Way Of Generating an APK
  • Correctly Use Scales To Make Your App Look Good In All Devices

Course content

4 sections61 lectures9h 10m total length
  • Intro Video1:57

    Create a basic Android task manager app using Python and Kivy, covering screen manager, widget sizing, styling, authentication, databases, APK packaging, and AdMob monetization.

  • Environment Setup10:02

    Set up the development environment for a Kivy task manager by creating and activating a Python virtual environment, organizing project folders, and preparing main.py and the app package.

  • Environment Test7:31

    Test and verify your Kivy development environment by wiring up a main app, registering material design icons, and simulating a mobile window (320x645, 96 dpi) to ensure the project runs.

  • Application Design: Part 0112:41

    Design the task manager interface in escape by creating a rounded mobile screen, choosing colors, and building two datasets for today and upcoming tasks, with a white menu bar.

  • Application Design: Part 0214:54

    Learn to design a two-screen task manager interface in Kivy, adding text, dates, icons, and layout controls, then build a sign-in page and prepare for coding.

Requirements

  • A Basic Knowledge Of Python
  • Knowledge Of Kivy Basics Will Help(check my 'Building Desktop Applications With Python and Kivy' course for a quick start)

Description

This course Is designed to walk you through the whole process of creating an actual android app from scratch, covering everything from The Design up until you Generate an APK file and Show Ads on your app.

With that said, this app is live coded, that means I create this course the same time Im creating the app to show you all the raw details that go into building an app.

Who this course is for:

  • Entry-Level Pythonistas
  • GUI Enthusiasts
  • Mobile Developers