You are on page 1of 53

Android Application On Gondwana

University Exam Papers.(B.E.)

Presented By:
1.Nupur Akojwar.
2.Sampada Pongade.
3.Alka Tembhurne.
4.Ashwini Pawar.

Project Guide: Project Incharge:


Prof. Hiteshri Khandre. Dr. Rahila Sheikh
Contents:
 Introduction
 Objective
 Software requirements
 E-R Diagram
 Data Flow Diagram
 Use-Case Diagram
 Modules
 Project Structure
 Designing for registration
 Coding for registration
 Code for database connectivity
 Database
 Output
 Conclusion
 References
Introduction
 The app is specially designed for
Gondwana University.
 This app is the best way to refer previous
year question papers during exam time.
 It avoids the wastage of time and helps
quick view of question papers.
Objective
 The main objective of this app is to
provide a single and only source to
remove the wastage of time especially at
the time of examination.
 This app will help to remove the last
minute study time,running to the library
or spending time on photocopies.
 One more factor is considered which is
to save time especially in the period of
exam and throughout exam.
 The most important thing according to
exam point of view is to know and get
aware about the examination paper
pattern and the questions which are
mostly asked in the exam,this app is doing
exactly the fulfilment of that need.
Software Requirements:
 Android Studio:
Android Studio is the integrated development
environment (IDE) for the Android platform.
 The following features are provided in the
current stable version:
 Gradle-based build support
 Android-specific refactoring and quick fixes
 Lint tools to catch performance, usability,
version compatibility and other problems
 ProGuard integration and app-signing
capabilities
 Template-based wizards to create common
Android designs and components
 A rich layout editor that allows users to
drag-and-drop UI components, option
to preview layouts on multiple screen
configurations
 Support for building Android Wear apps
 Built-in support for Google Cloud Platform,
enabling integration with Google Cloud
Messaging and App Engine
 An Android Virtual Device that is used to
run and debug apps
Version 1.5

OS version Microsoft Windows 8( 64 bit)

RAM 3 GB RAM minimum, 4 GB


RAM recommended
Disk space 500 MB disk space
Space for Android SDK At least 1 GB for Android SDK,
emulator system images, and
caches
JDK version Java Development Kit (JDK) 8
E-R Diagram

Sstudent_
id Year
First
Last Branch Subject
Name
Name
m m
SStudent login QuestionPapers

EEmail Year Summer/


Semester
Branch winter
Data Flow Diagram

Admin
Uploads

Question
Paper

Question Paper
Database
Data Flow Diagram

Student
Downloads

Question
Paper

Question Paper
Database
Use-Case Diagram

Login

Student

Downloads
Question Paper

UUploads
Admin
Modules
 The project contains two modules:
1. Database of previous papers:The
database contains all the previous year
question papers of all the branches in
the form of pdf.
2.User Interaction module: contains all
user interactive operations.
 Registration
 login
 Grid view of different Branches.
 Grid view of different Semester.
 Grid view of different Subjects.
Project Structure
Designing for registration
Coding for registration
Code for database connectivity
Database
Table:tbl_news
Table:tbl_news_category
Table:tbl_user
Table:users
Output :
Conclusion
 Provide facility of getting all the question
papers of all the subjects at one place.
 Saves valuable time of students by
reducing searching time of question
papers specially during exam period.
References
 AndroidStudioEssentialsPreview.pdf
 www.developer.android.com:- Run Apps
on the Android Emulator
 www.stackoverflow.com:-
super.onCreate(savedInstanceState)

You might also like