You are on page 1of 35

DAYANADA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT

Opp. Art of Living, Udayapura, Kanakapura Road, Bangalore-560082


(Affiliated to Visveswaraya Technological University, Belagavi and Approved By AICTE, New
Delhi) CE, CSE, ECE, EEE, ISE, ME Courses Accredited by NBA, New Delhi, NAAC A+

Submitted in partial fulfillment of requirements for the


Mobile Application Development Laboratory (18CSMPL68)

Mini Project Report


On
“QUIZ APP”

Submitted by

Nayana s (1DT19CS092)
Pruthivika v(1DT19CS119)

Under the Guidance of

Ms. Keerthana Shankar


Professor CSE Dept
And
Ms.Chaithra Y.R
Professor CSE Dept

DEPARTMENT OF COMPUTER SCIENCE AND


ENGINEERING
DAYANANDA SAGAR ACADEMY
OF TECHNOLOGY AND
MANAGEMENT
Kanakapura Road ,Udayapura ,
Bangalore-560 082

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

CERTIFICATE
This is to certify that the mini project work entitled “NOTES APP ” is a bonafied work
carried out by Nayana s (1DT19CS092) and Pruthivika v (1DT19CS119) in partial
fulfillment for the Mobile App Development Laboratory with Mini Project prescribed by the
Visvesvaraya Technological University, Belgavi during the year 2020-2021 for the sixth
semester B.E. Computer Science and Engineering. The Mini project report has been approved
as it satisfies the academic requirements with respect to the mini project work prescribed for
the sixth semester Mobile App Development Laboratory with Mini Project.

Signature of the Coordinator Signature of HOD

Ms Keerthana Shankar Dr. C. Nandini


Professor HOD CSE Department

Ms. Chaitra Y.R


Professor

Name of the Examiners Signature with date


1.
2.
ACKNOWLEDGEMENT

We sincerely owe our gratitude to all the persons who helped and guided us in
completing this mini project work.

We are thankful to Dr. L Basavaraj, Principal, Dayananda Sagar


Academy of Technology and Management, Bangalore, for having supported us
in our academic endeavors.

We are extremely thankful to Dr C Nandini D, HOD, Department of


Computer Science and Engineering, for her valuable support and her timely
inquiries into the progress of the work.

We express our earnest gratitude towards our co-ordinator, Ms Keerthana


Shankar and Ms Chaitra Y.R, Professor, Department of Computer Science
and Engineering, who helped us in getting things done and were always
inspirational.

We are obliged to all teaching and non-teaching staff members of


Department of Computer Science and Engineering, Bangalore for the valuable
information provided by them in their respective fields we are grateful for their co-
operation during the period of our project.

Lastly ,we thank almighty, our parents and friends for their constant encouragement
without which this project would not be possible.

Maithili Joshi(1DT19CS076)
Khushi N Bijkal(1DT19CS069)
Prarthana P(1DT19CS112)
ABSTRACT

The evolution of today's mobile devices increases the number of mobile applications
developed and among them the quiz applications. Android Mobile hardware and
software platforms allow the running of faster and richer applications. This paper
presents the main steps in the development of a quiz application for Android using
Android Studio. This work deals with the development of an Android-based multiple-
choice question examination system, namely: Quiz App. This application is
developed for educational purposes, allowing the users to prepare the multiple-choice
questions for different tests conducted.

A simple Quiz App that contains a group of curated questions and their answers and
checks for the correctness of the solution given by the user. It navigates through the
questions using dynamic programming.
CONTENTS

SL.NO TOPICS PAGE NO

1 INTRODUCTION
1.1 Android 1

1.2 Android studio 3

2 REQUREMENT SPECIFICATION
2.1 Hardware Requirements 6

2.2 Software Requirements 6

3 IMPLEMENTATION 7

8
4 SOURCE CODE

18
5 FLOW CHART

19
6 SNAPSHOTS

7 CONCLUSION

8 REFERENCES
Android Quiz App

INTRODUCTION
1.1 Android

Android is open source code mobile phone operating system that comes out by Google. Music
player in this project is application software based on Google Android. Music is one of the best
ways to relieve pressure in stressful modern society life.

The purpose of this project is to develop a player which can play the mainstream file format. To
browse and query the storage space as well as operation of playing can be realised. Meanwhile,
this software can play, pause and select songs with latest button and next button

Android is a mobile operating system based on a modified version of the Linux kernel and other
open source software, designed primarily for touch screen mobile devices such as smart phones
and tablets. Android is developed by a consortium of developers known as the Open Handset
Alliance, with the main contributor and commercial marketer being Google.

Initially developed by Android Inc., which Google bought in 2005, Android was unveiled in
2007, with the first commercial Android device launched in September 2008. The current stable
version is Android 10, released on September 3, 2019.

Android Architecture: -

Android operating system is a stack of software components which is roughly divided into five
sections and four main layers as shown below in the architecture diagram. GLUT gives you the
ability to create a window, handle input and render to the screen without being Operating System
dependent.

Android Architecture: -

Android operating system is a stack of software components which is roughly divided into five
sections and four main layers as shown below in the architecture diagram. GLUT gives you the
ability to create a window, handle input and render to the screen without being Operating System
dependent.

Libraries

On top of Linux kernel there is a set of libraries including open -source Web browser engine
WebKit, well known library libc, SQLite database which is a useful repository for storage and
sharing of application data, libraries to play and record audio and video, SSL libraries
responsible for Internet security etc

CSE,DSATM 2021-2022 Page | 1


Android Quiz App

Android Runtime

This is the third section of the architecture and available on the second layer from the bottom.
This section provides a key component called Dalvik Virtual Machine which is a kind of Java
Virtual Machine specially designed and optimized for Android.

The Dalvik VM makes use of Linux core features like memory management and multithreading,
which is intrinsic in the Java language. The Dalvik VM enables every Android application to run
in its own process, with its own instance of the Dalvik virtual machine.

The Android runtime also provides a set of core libraries which enable Android application
developers to write Android applications using standard Java programming language.

Application Framework

The Application Framework layer provides many higher-level services to applications in the
form of Java classes. Application developers are allowed to make use of these services in their
applications.

Applications

You will find all the Android application at the top layer. You will write your application to be
installed on this layer only. Examples of such applications are Contacts Books, Browser, and
Games etc.

Android UI

An Android application user interface is everything that the user can see and interact with

Installation steps of the developing environment

 Step 1: install the Java virtual machine JDK version -7


 Step 2: install the Android SDK: first download the Android SDK
 Download address: http://developer-android-com/sdk/index-html
 Input SDK tools path in the SDK location: D: \ android \ software \ android SDK–
Windows and click OK
 The Android environment is set up successfully.

CSE,DSATM 2021-2022 Page | 2


Android Quiz App

1.2 Android Studio

Android Studio is the official Integrated Development Environment (IDE) for Android
app development, based on IntelliJ IDEA. On top of IntelliJ's powerful code editor and
developer tools, Android Studio offers even more features that enhance your productivity
when building Android apps, such as:

• A flexible Gradle-based build system


• A fast and feature-rich emulator
• A unified environment where you can develop for all Android devices
• Apply Changes to push code and resource changes to your running app without
restarting your app
• Code templates and GitHub integration to help you build common app features and
import sample code
• Extensive testing tools and frameworks
• Lint tools to catch performance, usability, version compatibility, and other problems
• C++ and NDK support
• Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud
Messaging and App Engine

Each project in Android Studio contains one or more modules with source code files and
resource files. Types of modules include:
• Android app modules
• Library modules
• Google App Engine modules

By default, Android Studio displays your project files in the Android project view, This
view is organized by modules to provide quick access to your project's key source files.
All the build files are visible at the top level under Gradle Scripts and each app module
contains the following folders:

• manifests: Contains the AndroidManifest.xml file.


• java: Contains the Java source code files, including JUnit test code.
• res: Contains all non-code resources, such as XML layouts, UI strings, and bitmap
images.

CSE,DSATM 2021-2022 Page | 3


Android Quiz App

The Android project structure on disk differs from this flattened representation. To see
the actual file structure of the project, select Project from the Project dropdown.

You can also customize the view of the project files to focus on specific aspects of your
app development. For example, selecting the Problems view of your project displays
links to the source files containing any recognized coding and syntax errors, such as a
missing XML element closing tag in a layout file

1. The toolbar lets you carry out a wide range of actions, including running your app and
launching Android tools.

2. The navigation bar helps you navigate through your project and open files for editing.
It provides a more compact view of the structure visible in the Project window.

3. The editor window is where you create and modify code. Depending on the current
file type, the editor can change. For example, when viewing a layout file, the editor
displays the Layout Editor.

4. The tool window bar runs around the outside of the IDE window and contains the
buttons that allow you to expand or collapse individual tool windows.

5. The tool windows give you access to specific tasks like project management, search,
version control, and more. You can expand them and collapse them.

6. The status bar displays the status of your project and the IDE itself, as well as any
warnings or messages.

You can organize the main window to give yourself more screen space by hiding or
moving toolbars and tool windows. You can also use keyboard shortcuts to access most
IDE features.

At any time, you can search across your source code, databases, actions, elements of the
user interface, and so on, by double-pressing the Shift key, or clicking the magnifying
glass in the upper right-hand corner of the Android Studio window. This can be very
useful if, for example, you are trying to locate a particular IDE action that you have
forgotten how to trigger.

CSE,DSATM 2021-2022 Page | 4


Android Quiz App

Tool windows

Instead of using preset perspectives, Android Studio follows your context and
automatically brings up relevant tool windows as you work. By default, the most
commonly used tool windows are pinned to the tool window bar at the edges of the
application window.

• To expand or collapse a tool window, click the tool’s name in the tool window bar.
You can also drag, pin, unpin, attach, and detach tool windows.

• To return to the current default tool window layout, click Window > Restore Default
Layout or customize your default layout by clicking Window > Store Current Layout as
Default.

• To show or hide the entire tool window bar, click the window icon in the bottom left
hand corner of the Android Studio window.

• To locate a specific tool window, hover over the window icon and select the tool
window from the menu.

You can also use keyboard shortcuts to open tool windows. Table 1 lists the shortcuts for
the most common windows.

If you want to hide all toolbars, tool windows, and editor tabs, click View > Enter
Distraction Free Mode. This enables Distraction Free Mode. To exit Distraction Free
Mode, click View > Exit Distraction Free Mode.

You can use Speed Search to search and filter within most tool windows in Android
Studio. To use Speed Search, select the tool window and then type your search query.

Code completion

Android Studio has three types of code completion, which you can access using keyboard
shortcuts.

CSE,DSATM 2021-2022 Page | 5


Android Quiz App
REQUIREMENT SPECIFICATION
2.1 Hardware Requirements:

• Processor: intel/AMD processor.

• RAM: 8GB.

• Input: Keyboard/mouse.

• Display: Monitor.

• Memory: 4GB.

2.2 Software Requirements:

• Operating system: WINDOWS 10

• Language used: Java.

• Software: Android Studio.

REQUIREMENT ANALYSIS OF SYSTEM

The feasibility analysis:


This section verified that it is feasible to add notes app on the Android system from the
aspects of economic, technical and social feasibility.

Economic feasibility:
To design Android Notes App as long as a computer has the Android development and
the application development of Android is free. In addition, notes app is basic needs for
public. The information that which functions are necessary form all the consumers ,
which functions are needed for some people, and which features are seldom to use is easy
to understand. And a lot of research is eliminated, thus saved the spending. Therefore,
the whole process of development doesn’t need to spend any money that is economic
feasibility.

Technical feasibility:
To design a notes app which meets the basic requirements, a deep understand of JAVA
language, the Android system architecture, application of framework and other technical
knowledge are needed.(framework is the core of the application, and rules that all the
programmers participating in the development must abide by).

CSE,DSATM 2021-2022 Page | 6


Android Quiz App

IMPLEMENTATION
QuizApp is an android based application, and enables the user to undertake a series of
questions on Java language. The app is user friendly, and the user shall find it
extremely easy to answer the multiple-choice questions. At the end of the quiz, a
result-report is generated which states the score. The app also presents an option to
the current user to play the question-round again or quit in between.

There are four Activities in the app :

1. Main – displays Home Screen of application.


2. Questions – displays MCQ’s and currents Score.
3. Results – displays Results after finishing the quiz.
4. Developers – displays the information about the developers.

CSE,DSATM 2021-2022 Page | 7


Android Quiz App

Source code
MainActivity.java

package com.example.vikasojha.quizbee;

import android.content.Intent;

import android.support.v7.app.AppCompatActivity;

import android.os.Bundle;

import android.text.TextUtils;

import android.view.View;

import android.widget.Button;

import android.widget.EditText;

import android.widget.Toast;

public class MainActivity extends AppCompatActivity {

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

Button startbutton=(Button)findViewById(R.id.button);

Button aboutbutton=(Button)findViewById(R.id.button2);

final EditText nametext=(EditText)findViewById(R.id.editName);

startbutton.setOnClickListener(new View.OnClickListener() {

@Override

public void onClick(View v) {


CSE,DSATM 2021-2022 Page | 8
Android Quiz App
String name=nametext.getText().toString();

Intent intent=new Intent(getApplicationContext(),QuestionsActivity.class);

intent.putExtra("myname",name);

startActivity(intent);

});

aboutbutton.setOnClickListener(new View.OnClickListener() {

@Override

public void onClick(View v) {

Intent intent=new
Intent(getApplicationContext(),DeveloperActivity.class);

startActivity(intent);

});

}
QuestionsActivity.java

package com.example.vikasojha.quizbee;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.RelativeLayout;
import android.widget.TextView;
import android.widget.Toast;

public class QuestionsActivity extends AppCompatActivity {


TextView tv;
Button submitbutton, quitbutton;
CSE,DSATM 2021-2022 Page | 9
Android Quiz App
RadioGroup radio_g;
RadioButton rb1,rb2,rb3,rb4;

String questions[] = {
"Which method can be defined only once in a
program?",
"Which of these is not a bitwise operator?",
"Which keyword is used by method to refer to the
object that invoked it?",
"Which of these keywords is used to define
interfaces in Java?",
"Which of these access specifiers can be used for an
interface?",
"Which of the following is correct way of importing
an entire package ‘pkg’?",
"What is the return type of Constructors?",
"Which of the following package stores all the
standard java classes?",
"Which of these method of class String is used to
compare two String objects for their equality?",
"An expression involving byte, int, & literal
numbers is promoted to which of these?"
};
String answers[] = {"main method","<=","this","interface","public","import
pkg.*","None of the mentioned","java","equals()","int"};
String opt[] = {
"finalize method","main method","static method","private
method",
"&","&=","|=","<=",
"import","this","catch","abstract",
"Interface","interface","intf","Intf",
"public","protected","private","All of the mentioned",
"Import pkg.","import pkg.*","Import pkg.*","import pkg.",
"int","float","void","None of the mentioned",
"lang","java","util","java.packages",
"equals()","Equals()","isequal()","Isequal()",
"int","long","byte","float"
};
int flag=0;
public static int marks=0,correct=0,wrong=0;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_questions);

final TextView score = (TextView)findViewById(R.id.textView4);


TextView textView=(TextView)findViewById(R.id.DispName);
Intent intent = getIntent();
String name= intent.getStringExtra("myname");

if (name.trim().equals(""))
textView.setText("Hello User");
else
textView.setText("Hello " + name);

CSE,DSATM 2021-2022 Page |


10
Android Quiz App
submitbutton=(Button)findViewById(R.id.button3);
quitbutton=(Button)findViewById(R.id.buttonquit);
tv=(TextView) findViewById(R.id.tvque);

radio_g=(RadioGroup)findViewById(R.id.answersgrp);
rb1=(RadioButton)findViewById(R.id.radioButton);
rb2=(RadioButton)findViewById(R.id.radioButton2);
rb3=(RadioButton)findViewById(R.id.radioButton3);
rb4=(RadioButton)findViewById(R.id.radioButton4);
tv.setText(questions[flag]);
rb1.setText(opt[0]);
rb2.setText(opt[1]);
rb3.setText(opt[2]);
rb4.setText(opt[3]);
submitbutton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
//int color = mBackgroundColor.getColor();
//mLayout.setBackgroundColor(color);

if(radio_g.getCheckedRadioButtonId()==-1)
{
Toast.makeText(getApplicationContext(), "Please select one
choice", Toast.LENGTH_SHORT).show();
return;
}
RadioButton uans = (RadioButton)
findViewById(radio_g.getCheckedRadioButtonId());
String ansText = uans.getText().toString();
// Toast.makeText(getApplicationContext(), ansText,
Toast.LENGTH_SHORT).show();
if(ansText.equals(answers[flag])) {
correct++;
Toast.makeText(getApplicationContext(), "Correct",
Toast.LENGTH_SHORT).show();
}
else {
wrong++;
Toast.makeText(getApplicationContext(), "Wrong",
Toast.LENGTH_SHORT).show();
}

flag++;

if (score != null)
score.setText(""+correct);

if(flag<questions.length)
{
tv.setText(questions[flag]);
rb1.setText(opt[flag*4]);
rb2.setText(opt[flag*4 +1]);
rb3.setText(opt[flag*4 +2]);
rb4.setText(opt[flag*4 +3]);
}
CSE,DSATM 2021-2022 Page |
11
Android Quiz App
else
{
marks=correct;
Intent in = new
Intent(getApplicationContext(),ResultActivity.class);
startActivity(in);
}
radio_g.clearCheck();
}
});

quitbutton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent=new
Intent(getApplicationContext(),ResultActivity.class);
startActivity(intent);
}
});
}

}
editnoteactivity.java

package com.example.vikasojha.quizbee;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;

public class DeveloperActivity extends AppCompatActivity {


Button btnRestart;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_developer);

btnRestart = (Button) findViewById(R.id.button4);

btnRestart.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent in2 = new
Intent(getApplicationContext(),MainActivity.class);
startActivity(in2);
}
});
}
}
DeveloperActivity.java
CSE,DSATM 2021-2022 Page |
12
Android Quiz App

package com.example.notesappmadlab;

public class firebasemodel {

private String title;


private String content;

public firebasemodel() {
}

public firebasemodel (String title, String content){


this.title=title;
this.content=content;
}

public String getTitle() {


return title;
}

public void setTitle(String title) {


this.title = title;
}

public String getContent() {


return content;
}

public void setContent(String content) {


this.content = content;
}
}

forgotpassword.java

package com.example.vikasojha.quizbee;
import android.graphics.Color;
/**
* Created by Sushant on 23-11-2016.
*/
import java.util.Random;
public class BackgroundColor {
private String[] mColors = {
"#39add1", // light blue
"#3079ab", // dark blue
"#c25975", // mauve
"#e15258", // red
"#f9845b", // orange
"#838cc7", // lavender
"#7d669e", // purple
CSE,DSATM 2021-2022 Page |
13
Android Quiz App
"#53bbb4", // aqua
"#51b46d", // green
"#e0ab18", // mustard
"#637a91", // dark gray
"#f092b0", // pink
"#b7c0c7" // light gray}
};
public int getColor(){
//Randomly generate a color
String color;
Random randomGenerator = new Random();
int randomNumber = randomGenerator.nextInt(mColors.length);
color = mColors[randomNumber];
int colorAsInt;
colorAsInt = Color.parseColor(color);
return colorAsInt;
}
}

BackgroundColor.java

package com.example.notesappmadlab;

import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;

import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.appcompat.widget.Toolbar;

import com.google.android.material.floatingactionbutton.FloatingActionButton;

import java.util.Random;

public class notedetails extends AppCompatActivity {

private TextView mtitleofnotedetail,mcontentofnotedetail;


FloatingActionButton mgotoeditnote;

ImageView imageView;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_notedetails);
mtitleofnotedetail=findViewById(R.id.titleofnotedetail);
mcontentofnotedetail=findViewById(R.id.contentofnotedetail);
mgotoeditnote=findViewById(R.id.gotoeditnote);
CSE,DSATM 2021-2022 Page |
14
Android Quiz App
Toolbar toolbar=findViewById(R.id.toolbarofnotedetail);
setSupportActionBar(toolbar);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);

imageView = findViewById(R.id.backGround);
imageView.setImageResource(getRandomImageBackground());
Intent data=getIntent();

mgotoeditnote.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent=new Intent(v.getContext(),editnoteactivity.class);
intent.putExtra("title",data.getStringExtra("title"));
intent.putExtra("content",data.getStringExtra("content"));
intent.putExtra("noteId",data.getStringExtra("noteId"));
v.getContext().startActivity(intent);
}
});

mcontentofnotedetail.setText(data.getStringExtra("content"));
mtitleofnotedetail.setText(data.getStringExtra("title"));
}

@Override
public boolean onOptionsItemSelected(@NonNull MenuItem item) {

if(item.getItemId()==android.R.id.home)
{
onBackPressed();
}

return super.onOptionsItemSelected(item);
}
private int getRandomImageBackground() {
int[] imageViews = {R.drawable.img1, R.drawable.img2, R.drawable.img4,
R.drawable.img5};

Random random=new Random();


int number=random.nextInt(imageViews.length);
return imageViews[number];
}
}

ResultsActivity.java

package com.example.vikasojha.quizbee;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.QuickContactBadge;
import android.widget.TextView;

CSE,DSATM 2021-2022 Page |


15
Android Quiz App
import org.w3c.dom.Text;

public class ResultActivity extends AppCompatActivity {


TextView tv, tv2, tv3;
Button btnRestart;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_result);

tv = (TextView)findViewById(R.id.tvres);
tv2 = (TextView)findViewById(R.id.tvres2);
tv3 = (TextView)findViewById(R.id.tvres3);
btnRestart = (Button) findViewById(R.id.btnRestart);

StringBuffer sb = new StringBuffer();


sb.append("Correct answers: " + QuestionsActivity.correct + "\n");
StringBuffer sb2 = new StringBuffer();
sb2.append("Wrong Answers: " + QuestionsActivity.wrong + "\n");
StringBuffer sb3 = new StringBuffer();
sb3.append("Final Score: " + QuestionsActivity.correct + "\n");
tv.setText(sb);
tv2.setText(sb2);
tv3.setText(sb3);

QuestionsActivity.correct=0;
QuestionsActivity.wrong=0;

btnRestart.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent in = new
Intent(getApplicationContext(),MainActivity.class);
startActivity(in);
}
});
}

AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?>


<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.vikasojha.quizbee">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
CSE,DSATM 2021-2022 Page |
16
Android Quiz App
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />


</intent-filter>
</activity>
<activity android:name=".QuestionsActivity">
<intent-filter>
<action
android:name="com.example.vikasojha.quizbee.QuestionsActivity" />

<category android:name="android.intent.category.DEFAULT" />


</intent-filter>
</activity>
<activity android:name=".DeveloperActivity">
<intent-filter>
<action
android:name="com.example.vikasojha.quizbee.DeveloperActivity" />

<category android:name="android.intent.category.DEFAULT" />


</intent-filter>
</activity>
<activity android:name=".ResultActivity"></activity>
</application>

</manifest>

CSE,DSATM 2021-2022 Page |


17
Android Quiz App

FLOWCHART

CSE,DSATM 2021-2022 Page |


18
Android Quiz App

CSE,DSATM 2021-2022 Page |


19
Android Quiz App
Snapshots

Signup page

CSE,DSATM 2021-2022 Page |


20
Android Quiz App

LoginPage

CSE,DSATM 2021-2022 Page |


21
Android Quiz App

All Notes

CSE,DSATM 2021-2022 Page |


22
Android Quiz App
Email Verification

CSE,DSATM 2021-2022 Page |


23
Android Quiz App

Note Editing

CSE,DSATM 2021-2022 Page |


24
Android Quiz App

CONCLUSION
 Using Android studio gives us more flexibility, but it required more time.

 The Quiz App is very important in future learning systems; it can be easily
adopted by educational institutions and universities in order to make the quiz
more flexible and safer.

 Give the system maximum benefit by demonstrating carefully each subsystem


service.

 The proposed system is easy and flexible for future maintenance and
development because each subsystem can be handled separately without
influence on another system.

 The results are shown instantly to students. With the number of wrong as well
as correct answers.

OTHER REQUIREMENTS
 Maintain ability

The design will be updated based on any changes, which are done during coding
stage to maintain proper trace ability.

 Availability

Available for minimum API level 22 (Android Lollipop 5.1)

CSE,DSATM 2021-2022 Page |


25
Android Quiz App

References

1. Guidance from the teaching faculty and innovative ideas provided by


the supporting staff and seniors

2. Information and ideas for creative design of application were taken


from many educational sites.

3. Information helpful for developing code was taken from the official
Android Studio website

CSE,DSATM 2021-2022 Page |


26
Android Quiz App

CSE,DSATM 2021-2022 Page |


27
Android Quiz App

CSE,DSATM 2021-2022 Page |


28
Android Quiz App

CSE,DSATM 2021-2022 Page |


29

You might also like