Completed
Resolve Type Error
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build and Use APIs for Android Apps - Full-Stack Development with Flask, SQL, and Android Studio
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create a Linode
- 3 Create Flask App
- 4 Install Flask SQLAlchemy
- 5 Define a New Model
- 6 Enable Data Querying
- 7 Resolve Bugs
- 8 Create Notes
- 9 Test App with Postman
- 10 Resolve Type Error
- 11 Add Nother Note with Postman
- 12 Deploy API to Linode
- 13 Create main.py
- 14 Test App with Postman
- 15 Install Android Studio
- 16 Create a New Android Project
- 17 Use Retrofit
- 18 Fetch Data from Linode
- 19 Run App in Android Studio
- 20 Create Data Class
- 21 Import Retrofit
- 22 Populate Recycler View
- 23 Run App & Resolve a Bug
- 24 Conclusion