Giter Site home page Giter Site logo

aryak0512 / gredstudentapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.79 MB

An android application written by me in final year college project. GRED app enables MU college students to add subjects and marks and calculate final CGPA using appropriate university formula.

Java 100.00%
andriod-development andriod-studio java sqlite-database

gredstudentapp's Introduction

GredStudentApp

OVERVIEW AND FEATURES:

-Students can create an account and then login to use services

 -Add/delete/update subjects and corresponding marks

 -Rigorous validations on above operations in place

 -Subject grade calculated with percentage and CGPA

 -Reset account password

 -Deactivate account

 -Object oriented, scalable design

SERVICE CLASS AND OBJECT ORIENTATION:

-Created a separate service class that provides service to all activities and carries out specific operations with methods like calculateCGPA( ), getPercentage( ), getGrade( )

 -Object oriented, scalable design

 -Objects transferred from one activity to another through intents in form of extras

 -All Models have implemented Serializable Interface.

 -To retrieve object on a new activity, use intent.getSerializableExtra() method

MODELS:

-Created Models that map to the attributes of the entities in the database.

 -Mapped objects to relations [ORM]

 -Implemented Encapsulation in the java classes

 -Generated getters and setters for the mapped variables

 -toString() method of java.lang.Object class was overrided in every model to print object attributes while debugging

 -The objects were transferred from one activity to another

gredstudentapp's People

Contributors

aryak05 avatar aryak0512 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.