Completed
0:00 Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Budget Buddy App with React Native Expo SQLite
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Introduction
- 2 5:00 Video Resources
- 3 12:20 Creating SQLite DB
- 4 20:45 Creating Budget Buddy App
- 5 23:43 Installing Dependencies
- 6 27:00 Importing existing SQLite DB
- 7 37:35 Suspense and SQLite Provider
- 8 50:51 Running our first Query
- 9 56:38 Transactions List Component
- 10 01:00:35 Deleting Transactions
- 11 01:24:37 Summary Card Component
- 12 01:30:56 Complex Dynamic Queries
- 13 01:40:13 Add Transaction Component
- 14 01:48:04 Inserting New Records
- 15 01:52:50 Conclusion