SlideShare a Scribd company logo
1 of 25
Uzma Sadaf Yashashwini Sudeep Gowda Ayush Nayak
(1CD19EE041) (1CD19EE043) (1CD19EE037) (1CD19EE004)
Under the guidance of
Prof.Sunil Kumar P
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
“DEVELOPMENT OF AN ANDROID
APPLICATION FOR STUDENT
INFORMATION SYSTEM”
Contents
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Introduction
• Objectives
• Android
• Android Architecture
• Student Management System Modules
• Database design
• Sequence diagram
• Conclusion
Introduction
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Nowadays many android application are available which provides many smart things to
the users. Google’s operating system in mobile phones are still relatively new, however
android operating system has been progressing rapidly.
• The student information system would be a new way to record and manage the
transaction processing that would achieve efficiency on processing student information.
It would be great help to the administrative personnel, academic personnel, students in
updating and generating student data.
• The developed android application will be used by teachers, students and administrator
who maintains the system. The student will use the application to enter their personal
and academic details. The administrator can verify the details entered by students.
OBJECTIVES:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• The main objective of the student information system project is we want to provide
this to our college so that parents or students can check their assessements scores,
attendance details, university events through this app.
• Student information system is a critical tool to manage the student data through out
the entire student life cycle- from new admission right upto alumini information.
• It works by creating a digital database of every single student within a central cloud
location.
• It ensures that student data is centralized at one location, accessable by teachers,
parents and students and is secured by access restrictions.
What is Android?
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Google’s Android operating system is a mobile-based open-source platform. Nowadays,
most smartphones, tablets, televisions, and other devices like even your Fitbit run on
android. Android is based on top of the Linux kernel(modified version).
• Since Android is open-source, anyone can download the source code, edit it according to
his requirements, and launch his own custom ROM. As a result, Android is available for
almost all devices, irrespective of the manufacturers.
• It provides you with facilities like SDK(also known as the software development kit) to
write your codes, debug them, and make awesome apps for every generation.
Why Android?
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Android itself being widely used across the world makes it essential for developers to
choose android. There are other operating systems such as IOS, Ti zen, etc.
• Most Apple smartphones use IOS as their mobile operating system. Most of the
smartphones available in the market use Android as their operating system, making it
available to more users.
• It is not just why android is so essential, but several Android features make android
quite valuable for the current scenario.
Features of Android
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
1. Most of the users in the world use android smartphones:
As discussed before, around 72% of the total users use android. Moreover, this
percentage may even rise in the coming years. Considering this fact, it becomes essential
for any company to develop applications that are supported on android.
2. Interactive User Interface and efficient user experience:
Android provides exciting widgets and tools to make your creativity and imagination turn
into reality. Android developers keep on adding exciting features and widgets to make the
user interface quite interactive and smooth. You can use these tools to make your design
and then publish that design.
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
3. Larger Community Support:
Google being the holder of Android, regularly updates forums, provides stable releases
and supports all budding developers. One can use their developer guides, tools, and
discussions to resolve their bugs and developmental issues.
As the community is quite extensive and Android is open source, it is easy to develop
such exciting apps without any difficulty.
4. Easy to share your work and earn money:
Google provides flexibility in distributing the apps developed by anyone. After one
develops an app, he or she can quickly go to the Google Play store to publish his/her app
and then earn money. It doesn’t stick to the Google Play store. One can even share his/her
app through other app stores of other manufactures or even directly share through any
network.
Features of Android (contd)
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
5. Regular Updates and Security Fixes:
Google always tries to give its user the best experience and security. To maintain such
standards, google updates android to its latest stable version with the least to often no
bugs and security issues. Therefore, one can assure safety while working on the stable
versions of android.
Android Architecture:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Android Architecture:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Any Operating System has its architecture to carry on various functionalities.
Similarly, android has its architecture. The android architecture gives us an idea about
its design and the build. The architecture can be subdivided into further categories as
below:
1. Linux Kernel
Linux Kernel carries all the drivers for the low-level devices like Audio Driver, Wi-Fi
Driver, Flash Memory Driver, Bluetooth driver, Camera Driver, Keypad Driver, etc. It
is also the abstract layer of android.
2. Libraries
There are several libraries to provide various functionality for purposes like android
development. These libraries are written in C/C++ and are an essential part of
architecture.
Android Architecture(contd)
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
3. Android Runtime
It provides us with an environment for executing and debugging our android
applications.
4. Application Framework
It has many packages in it which are implemented in Java.
5. Applications
At the top level of the architecture, you have the applications. Applications can be of
system or user or even kept by the OEM manufacturers. Phone, Messaging, Camera,
Gallery, etc., are some of the standard applications present in any android device.
Student Management System Modules:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Student Information Management: The data that is gathered from the student information
must be secured in this system. These data were composed of the student’s basic
information and academic status.
• Enrollment Management: This is the process where the system takes care of the
requirements provided by the student enrollees. They will require the birth cert of the
enrollees as well as their academic status that will serve as their basis if the student is new
or continuing.
• Grade and Subject Management: This module designates the instructors per subject to
every student or enrollees.
• Grading System: The grading system module will sum up and calculate the given output
by the students and the result would the academic performance of every student. This will
monitor the student’s performance and behavior throughout the period.
System Modules(cont):
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• Fee and Payment Management: Management of fees and payments is also covered
in the student management system. The fee and payment information is processed
from the enrollment and then the parents or students will be updated about their
accounts to avoid conflicts.
DATABASE DESIGN:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
This ER Diagram for Student Management System project with a table will give you the
idea of how to make a database design for a Student management system with ERD
and tables.
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Student information use case diagram is a visual representation of how a user might
interact with a program. A use case diagram depicts the system’s numerous use cases and
different sorts of users. The circles or ellipses are used to depict the use cases.
Class diagram for course registration:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• A designed diagram that shows the system’s relationships and classes.
• This UML Class Diagram is made to guide programmers along with the Student
management system development. It contains the class attributes, methods as well
as the relationships between classes.
• These mentioned contents make sure that your Student management system
development must in line with what should be its functions.
Class diagram
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Sequence diagram:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• STUDENT MANAGEMENT SYSTEM SEQUENCE DIAGRAM illustrates the
Student management activities using actors, objects, and messages.
• This diagram gives you ideas and guides you on how should the Student
Management System be built.
• These ideas were applied in the UML sequence diagram to give efficiency to
Student Management System development.
Sequence diagram(contd)
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Conclusion:
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
• This research attempts to modernize the concept of managing and handling the
exchange of information within the campus inbest possible way.
• The main motive to build the app is to serve various purpose of students, teachers
and administrative staff of an organizational institution under single application.
• Thus, network information system improves the capabilities of the campus and
offers a well managed system to the users.
• Also, the teachers and parents can enquire about the details of any student on a
single finger touch. The concept stands out to be very useful for students, teachers,
parents as well as the campus and help in increasing the capability of a university to
handle the student affairs
www.cambridge.edu.in
Department of Electrical & Electronics Engineering
Thank you!

More Related Content

Similar to project phase 2 ppt1.pptx

Android quiz application
Android quiz applicationAndroid quiz application
Android quiz applicationMOHDAHMED52
 
GDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSCVJTI
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass formIJARIIT
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearChin2uuu
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - AndroidDhruvil Dhulia
 
ProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentationProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentationkomkar98230
 
IRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET Journal
 
Preliminry report
 Preliminry report Preliminry report
Preliminry reportJiten Ahuja
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project reportChin2uuu
 
Android based Attendance and examination automation
Android based Attendance and examination automationAndroid based Attendance and examination automation
Android based Attendance and examination automationRitika Mahajan
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project ReportRishabh Shukla
 
Bluetooth controlled android car
Bluetooth controlled android car Bluetooth controlled android car
Bluetooth controlled android car doaamarzook
 
04-Android Platform for Acedamics
04-Android Platform for Acedamics04-Android Platform for Acedamics
04-Android Platform for AcedamicsSivaram P
 
An overview of the architecture of electron.js
An overview of the architecture of electron.jsAn overview of the architecture of electron.js
An overview of the architecture of electron.jsMoon Technolabs Pvt. Ltd.
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemIRJET Journal
 

Similar to project phase 2 ppt1.pptx (20)

Android quiz application
Android quiz applicationAndroid quiz application
Android quiz application
 
GDSC FY Orientation.pptx
GDSC FY Orientation.pptxGDSC FY Orientation.pptx
GDSC FY Orientation.pptx
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final year
 
Android presentation slide
Android presentation slideAndroid presentation slide
Android presentation slide
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - Android
 
ProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentationProjectPDF_pagenumber.docx project documentation
ProjectPDF_pagenumber.docx project documentation
 
IRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using Firebase
 
VIRTUAL LAB
VIRTUAL LABVIRTUAL LAB
VIRTUAL LAB
 
CROSS PLATFORM APPLICATIONS DEVELOPMENT
CROSS PLATFORM APPLICATIONS DEVELOPMENT CROSS PLATFORM APPLICATIONS DEVELOPMENT
CROSS PLATFORM APPLICATIONS DEVELOPMENT
 
PCE Connect
PCE ConnectPCE Connect
PCE Connect
 
Preliminry report
 Preliminry report Preliminry report
Preliminry report
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
 
Android based Attendance and examination automation
Android based Attendance and examination automationAndroid based Attendance and examination automation
Android based Attendance and examination automation
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project Report
 
Bluetooth controlled android car
Bluetooth controlled android car Bluetooth controlled android car
Bluetooth controlled android car
 
04-Android Platform for Acedamics
04-Android Platform for Acedamics04-Android Platform for Acedamics
04-Android Platform for Acedamics
 
An overview of the architecture of electron.js
An overview of the architecture of electron.jsAn overview of the architecture of electron.js
An overview of the architecture of electron.js
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge System
 

Recently uploaded

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

project phase 2 ppt1.pptx

  • 1. Uzma Sadaf Yashashwini Sudeep Gowda Ayush Nayak (1CD19EE041) (1CD19EE043) (1CD19EE037) (1CD19EE004) Under the guidance of Prof.Sunil Kumar P www.cambridge.edu.in Department of Electrical & Electronics Engineering “DEVELOPMENT OF AN ANDROID APPLICATION FOR STUDENT INFORMATION SYSTEM”
  • 2. Contents www.cambridge.edu.in Department of Electrical & Electronics Engineering • Introduction • Objectives • Android • Android Architecture • Student Management System Modules • Database design • Sequence diagram • Conclusion
  • 3. Introduction www.cambridge.edu.in Department of Electrical & Electronics Engineering • Nowadays many android application are available which provides many smart things to the users. Google’s operating system in mobile phones are still relatively new, however android operating system has been progressing rapidly. • The student information system would be a new way to record and manage the transaction processing that would achieve efficiency on processing student information. It would be great help to the administrative personnel, academic personnel, students in updating and generating student data. • The developed android application will be used by teachers, students and administrator who maintains the system. The student will use the application to enter their personal and academic details. The administrator can verify the details entered by students.
  • 4. OBJECTIVES: www.cambridge.edu.in Department of Electrical & Electronics Engineering • The main objective of the student information system project is we want to provide this to our college so that parents or students can check their assessements scores, attendance details, university events through this app. • Student information system is a critical tool to manage the student data through out the entire student life cycle- from new admission right upto alumini information. • It works by creating a digital database of every single student within a central cloud location. • It ensures that student data is centralized at one location, accessable by teachers, parents and students and is secured by access restrictions.
  • 5. What is Android? www.cambridge.edu.in Department of Electrical & Electronics Engineering • Google’s Android operating system is a mobile-based open-source platform. Nowadays, most smartphones, tablets, televisions, and other devices like even your Fitbit run on android. Android is based on top of the Linux kernel(modified version). • Since Android is open-source, anyone can download the source code, edit it according to his requirements, and launch his own custom ROM. As a result, Android is available for almost all devices, irrespective of the manufacturers. • It provides you with facilities like SDK(also known as the software development kit) to write your codes, debug them, and make awesome apps for every generation.
  • 6. Why Android? www.cambridge.edu.in Department of Electrical & Electronics Engineering • Android itself being widely used across the world makes it essential for developers to choose android. There are other operating systems such as IOS, Ti zen, etc. • Most Apple smartphones use IOS as their mobile operating system. Most of the smartphones available in the market use Android as their operating system, making it available to more users. • It is not just why android is so essential, but several Android features make android quite valuable for the current scenario.
  • 7. Features of Android www.cambridge.edu.in Department of Electrical & Electronics Engineering 1. Most of the users in the world use android smartphones: As discussed before, around 72% of the total users use android. Moreover, this percentage may even rise in the coming years. Considering this fact, it becomes essential for any company to develop applications that are supported on android. 2. Interactive User Interface and efficient user experience: Android provides exciting widgets and tools to make your creativity and imagination turn into reality. Android developers keep on adding exciting features and widgets to make the user interface quite interactive and smooth. You can use these tools to make your design and then publish that design.
  • 8. www.cambridge.edu.in Department of Electrical & Electronics Engineering 3. Larger Community Support: Google being the holder of Android, regularly updates forums, provides stable releases and supports all budding developers. One can use their developer guides, tools, and discussions to resolve their bugs and developmental issues. As the community is quite extensive and Android is open source, it is easy to develop such exciting apps without any difficulty. 4. Easy to share your work and earn money: Google provides flexibility in distributing the apps developed by anyone. After one develops an app, he or she can quickly go to the Google Play store to publish his/her app and then earn money. It doesn’t stick to the Google Play store. One can even share his/her app through other app stores of other manufactures or even directly share through any network. Features of Android (contd)
  • 9. www.cambridge.edu.in Department of Electrical & Electronics Engineering 5. Regular Updates and Security Fixes: Google always tries to give its user the best experience and security. To maintain such standards, google updates android to its latest stable version with the least to often no bugs and security issues. Therefore, one can assure safety while working on the stable versions of android.
  • 10. Android Architecture: www.cambridge.edu.in Department of Electrical & Electronics Engineering
  • 11. Android Architecture: www.cambridge.edu.in Department of Electrical & Electronics Engineering Any Operating System has its architecture to carry on various functionalities. Similarly, android has its architecture. The android architecture gives us an idea about its design and the build. The architecture can be subdivided into further categories as below: 1. Linux Kernel Linux Kernel carries all the drivers for the low-level devices like Audio Driver, Wi-Fi Driver, Flash Memory Driver, Bluetooth driver, Camera Driver, Keypad Driver, etc. It is also the abstract layer of android. 2. Libraries There are several libraries to provide various functionality for purposes like android development. These libraries are written in C/C++ and are an essential part of architecture.
  • 12. Android Architecture(contd) www.cambridge.edu.in Department of Electrical & Electronics Engineering 3. Android Runtime It provides us with an environment for executing and debugging our android applications. 4. Application Framework It has many packages in it which are implemented in Java. 5. Applications At the top level of the architecture, you have the applications. Applications can be of system or user or even kept by the OEM manufacturers. Phone, Messaging, Camera, Gallery, etc., are some of the standard applications present in any android device.
  • 13. Student Management System Modules: www.cambridge.edu.in Department of Electrical & Electronics Engineering • Student Information Management: The data that is gathered from the student information must be secured in this system. These data were composed of the student’s basic information and academic status. • Enrollment Management: This is the process where the system takes care of the requirements provided by the student enrollees. They will require the birth cert of the enrollees as well as their academic status that will serve as their basis if the student is new or continuing. • Grade and Subject Management: This module designates the instructors per subject to every student or enrollees. • Grading System: The grading system module will sum up and calculate the given output by the students and the result would the academic performance of every student. This will monitor the student’s performance and behavior throughout the period.
  • 14. System Modules(cont): www.cambridge.edu.in Department of Electrical & Electronics Engineering • Fee and Payment Management: Management of fees and payments is also covered in the student management system. The fee and payment information is processed from the enrollment and then the parents or students will be updated about their accounts to avoid conflicts.
  • 15. DATABASE DESIGN: www.cambridge.edu.in Department of Electrical & Electronics Engineering This ER Diagram for Student Management System project with a table will give you the idea of how to make a database design for a Student management system with ERD and tables.
  • 16. www.cambridge.edu.in Department of Electrical & Electronics Engineering Student information use case diagram is a visual representation of how a user might interact with a program. A use case diagram depicts the system’s numerous use cases and different sorts of users. The circles or ellipses are used to depict the use cases.
  • 17. Class diagram for course registration: www.cambridge.edu.in Department of Electrical & Electronics Engineering • A designed diagram that shows the system’s relationships and classes. • This UML Class Diagram is made to guide programmers along with the Student management system development. It contains the class attributes, methods as well as the relationships between classes. • These mentioned contents make sure that your Student management system development must in line with what should be its functions.
  • 18. Class diagram www.cambridge.edu.in Department of Electrical & Electronics Engineering
  • 19. Sequence diagram: www.cambridge.edu.in Department of Electrical & Electronics Engineering • STUDENT MANAGEMENT SYSTEM SEQUENCE DIAGRAM illustrates the Student management activities using actors, objects, and messages. • This diagram gives you ideas and guides you on how should the Student Management System be built. • These ideas were applied in the UML sequence diagram to give efficiency to Student Management System development.
  • 20. Sequence diagram(contd) www.cambridge.edu.in Department of Electrical & Electronics Engineering
  • 24. Conclusion: www.cambridge.edu.in Department of Electrical & Electronics Engineering • This research attempts to modernize the concept of managing and handling the exchange of information within the campus inbest possible way. • The main motive to build the app is to serve various purpose of students, teachers and administrative staff of an organizational institution under single application. • Thus, network information system improves the capabilities of the campus and offers a well managed system to the users. • Also, the teachers and parents can enquire about the details of any student on a single finger touch. The concept stands out to be very useful for students, teachers, parents as well as the campus and help in increasing the capability of a university to handle the student affairs
  • 25. www.cambridge.edu.in Department of Electrical & Electronics Engineering Thank you!