Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA. The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. In this Course you will be building a Simple Quiz application in Android Studio using Firebase Realtime Database. The database will be created using DBBrowser for SQLite and then the data will be saved inside Firebase Realtime Database. Once the application is built, we will be uploading it to google play store. In this course, we will keep the app as simple as possible. We will not be making any complicated UI. You will learn the following topics in this courseCreating New Android Studio ProjectCreating New Firebase ProjectAdding Data to Firebase Realtime DatabaseAccessing Data from Firebase Realtime Database from Android AppDisplaying Quiz QuestionsValidating Quiz AnswersInstalling DBBrowser for SQLiteCreating and Saving Data using DBBrowser for SQLiteUploading the tables manually to Firebase Realtime DatabaseDisplaying Timer and ScoreDisplaying Score cardSaving and Displaying High ScoresSetting Action Bar titleCreating custom button backgroundCreating custom gradient backgroundCreating App IconGenerating Signed App BundleUploading App Bundle to Google Play StoreAt the end of this course, you will be in a position to implement the topics taught in this course.