Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Design Analysis
SQLite is an inbuilt database provided with the Android’s SDK.
Being an inbuilt database there need not be an explicit connection between the database and the front-end for the database to be accessed.
In order to create a database we simply need to create a class that extends the SQLiteOpenHelper class and add the functions to insert, delete or update.
Below is a function that will execute if the user selects to register into a student Database
public void insert(MyDatabase d, String name, String password)
{
SQLiteDatabase db = d.getWritableDatabase();
ContentValues cv = new ContentValues();
cv.put(ColName, name);
cv.put(ColName, password);
db.insert(TableName,null,cv);
}
To conclude, it is very simple database with fast accessibility.
The world of Android and Internet have changed the pace at which the world normally used to work and now we can access multiple systems at a click or a touch of a screen. Online transaction for banks, shopping at e-commerce sites and booking travel tickets is now possible from the smartphone itself.
Keeping up to speed is the need of the hour in this fast paced environment for a student, so what better than accessing the whole of the mess system on one’s Smartphone.
References
• www.stackoverflow.com
• Wikipedia.org
• NEPTLHRD
• www.android.com
• Programming Android by Zigurd Mednieks, Laird Dornin, G. Blake Meike and Masumi Nakamura
Software Requirements:
Hardware Requirements:
The Hostel Mess Management System
Existing
v/s
Proposed System
The existing system to facilitate mess functionalities for the students is the normal pen and paper method. Any query is addressed by physically visiting the mess and records are taken on a register.
The account information is only available with the hostel staff and it requires a lot of effort to access it.
The new management system will allow the user to interact with the admin directly through the use of this application to address his/her queries and this will also enable the admin to make the functionalities faster.
The purpose of this application is to automatize the hostel mess functionality and provide both the user and the admin a smart platform to interact with each other.
To use this facility, the User has to register and with the account credentials he can login the account and get connected to the network. Once connected the user can use the functionalities of the mess such as accessing his account information, applying for leave and checking the menu.
On the other hand the admin can log on and check the inventory details and also get to know the number of guests visiting the mess that day. This application aims at providing ease to both the users and the admin.
The history of technology is the history of invention of tools and techniques, and is similar in many ways to the history of humanity. Smartphones have advanced the technological world to a whole new level. The Mess Management system aims to provide an ease to students to access the whole of the mess system and save a lot of time.
The Mess Management System is an Android based application.
Submitted By:
VANSHIKA SINGH(1610991942)
VIPUL THAKUR(1610991968)
VIVEKDEEP SINGH(1610991977)
YASHIKA GOYAL(1610991982)
Under The Guidance of:
Ms. Vidhu Baggan
Professor
FURTHER ENHANCEMENTS
RESULTS
Android is popular with technology companies which require a ready-made, low-cost and customizable operating system for high-tech devices. Android's open nature has encouraged a large community of developers and enthusiasts to use the open-source code as a foundation for community-driven projects, which add new features for advanced users.
The popularity of mobile apps has continued to rise, as their usage has become increasingly prevalent across mobile phone users.
With the advent of technology and information science it has become very easy today to maintain records and have services on-the-go.
The aim of this android based mobile application project is to offer comprehensive information portal about hostel mess. In this system users can download the app on their Smartphone and then they can access the functions of the mess. They can apply for leave and check the menu. They can also access their account information.