Android Live Courses S3E1 :Firebase Realtime DB CRUD - Demo

Опубликовано: 10 Октябрь 2025
на канале: ProgrammingWizards TV
808
11

The season 3 of our android live courses premier is exclusively about Firebase Realtime Database. We see how to add, update, retrieve and delete data to and from Firebase. In the process we create a full app.

SOURCE CODE REFERENCE : https://camposha.info/course/android-...

This will be a fast paced course and I don't want to have more than 10 episodes since am planning on releasing more Firebase Full App projects. However this course is a starting point and we are not using any special design pattern here.

Here are the things the app will do:
1. Insert into Firebase
2. Select from Firebase
3. Update Existing from Firebase
4. Delete from Firebase
5. Search firebase data on the client

The app we create will have the following pages:
1. Splash screen.
2. detail screen.
3. Listing screen.
4. Dashboard screen
5. CRUD screen.

We will use androidx.

FULL COURSE EPISODES
1.    • Android Live Courses S3E1 :Firebase Realti...   - Demo
2.    • Android Live Courses S3E2 :Firebase Realti...   - Creating Project, Setting up Firebase
3.    • Android Live Courses S3E3 :Firebase Realti...   - Creating Model and Utility Classes

Let's go.