Android Lesson 3

Welcome to Lesson Three of MDB’s Android Training Program. When building mobile applications, users expect their data to be saved in between uses of the app. This lesson will go over how you can store information both locally and in the cloud.

Lesson Outline

  • Shared Preferences
  • Firebase
    • Authentication
    • RealTime Database
    • Firestore

You can find all of our demos on GitHub!

Related Resources