Creating an android application through which students can test for their exam preparation.
Creating an android application through which students can test for their exam preparation.
The quiz format for an examination has been a standard since a long time and still persists to be. The reason for the same will be the efficiency and feasibility it carries with it.
Our application is a simple real-world android application where students can take their test in quiz format. The application is developed using Java and integrated with Firebase.
The project consists of the following stages:
First task will be to set up Android Studio & Firebase.
Once we have everything in place, we can start off with building the authentication on login functionality.
We have to manage two things very well in our project, one is Teacher/Recruiter (who will create questions for the quiz) and another is Student (who will participate in the quiz).
We need support for database handling and authentication. So we'll use here Firebase.Basically the database will be used to store the login information for the users , but the resource can be used for storing quizzes and student's progress history.
The core implementation of our application constitutes successful implementation of the above given requirements including deployment.