0% found this document useful (0 votes)
2 views

Android Project

android project

Uploaded by

jabessafufa01
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Android Project

android project

Uploaded by

jabessafufa01
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

ODA BULTUM UNIVERSITY

COLLAGE OF NATURAL
AND
COMPUTATIONAL SCIENCE
DEPATMENT OF COMPUTER SCIENCE

A project proposal for Student Registration


Management System
Group Name IDNo
Abdeta Beshana……………………………………………………1873

Ebisa Wondimu……………………………………………………..1306

Jabessa Fufa………………………………………………………….1562
Project Proposal outline
Chapter 1: Introduction

1.1. Statement of the Problem and Justification

1.2. Objective of the Project

1.3.1. General Objective

1.3.2. Specific Objective (s)

1.3. Methodologies

1.4. Tools

1.5. Scope and Limitation

1.6. Significance of the Project

Chapter 2: Requirement Analysis and Specification

2.1 Current System

2.2 Proposed System

2.2.1 Functional Requirements:

2.2.2 Nonfunctional Requirements


Introduction

The advancement of technology has significantly improved the way data


and information are managed in various sectors, including education. In
many educational institutions, managing student information manually is
a time-consuming and error-prone process. An Android-Based Student
Registration Management System provides a digital solution to
streamline student data management, ensuring efficiency, accuracy, and
accessibility.

This system allows users to register, view, update, and delete student
details, making the process more organized and reliable. The project is
developed using the Eclipse platform for Android, utilizing Java and
SQLite for data storage

1.1 Statement of the Problem and Justification


In educational institutions, managing student records manually can lead
to inefficiency, errors, and loss of data. A digital, Android-based
registration system improves the speed, accessibility, and accuracy of
managing student details such as name, age, email, college, ID, and
department.

1.2 Objective of the Project

 1.3.1 General Objective:


Develop a reliable Android-based Student Registration
Management System.
 1.3.2 Specific Objectives:

i. Implement a form for registering student details.


ii. Enable viewing of all registered student information.
iii. Provide options to update existing student details.
iv. Include functionality to delete student records.
v. Ensure the system works efficiently on Android devices
using Eclipse IDE.

1.3 Methodologies
 Use Eclipse IDE as the development platform.
 Design the front end with XML layouts.
 Use Java for backend logic.
 Store and retrieve data using a SQLite database.

1.4 Tools
 Eclipse IDE for Android Development
 Java Programming Language
 SQLite Database for data storage

1.5 Scope and Limitation


 Scope:
 The system allows the registration, updating, viewing,
and deletion of student information.
 It is targeted at educational institutions for efficient
student data management.
 Limitation:
 The system is limited to Android devices.
 Data is stored locally, not in the cloud.

1.6 Significance of the Project


The project will:

 Provide a paperless solution for student data management.


 Save time for administrative staff.
 Ensure data accuracy and easy retrieval.
Chapter 2: Requirement Analysis and Specification

2.1 Current System


Most educational institutions still use manual systems for recording
student information, leading to inefficiencies, inaccuracies, and
potential data loss.

2.2 Proposed System


An Android-based solution that digitizes the registration process and
ensures data management is fast and secure.

 2.2.1 Functional Requirements:


 Student registration form: name, age, college, email,
ID, and department.
 Buttons for:
i. Register: Save student details.
ii. View: Display a list of registered students.
iii. Update: Edit and save updated student information.
iv. Delete: Remove a student’s record.
 Data stored using SQLite for offline functionality.

 2.2.2 Nonfunctional Requirements:


The system must work smoothly on devices running Android
5.0 or higher.

Response time for all operations (register, view, update,


delete) must be less than 2 seconds.

User-friendly and simple interface.

You might also like