project

Android Quiz/Test App with High Scores v1.2

Submitted by donbermoy on
This is an app that I have created using Basic4Android as frontend and SQLite as backend. This Quiz/Test app is used for educational game application that benefits children to learn. This app features test application category using spinner control, text-to-speech application, player information with score that is saved in the database, and high scores view intended for inquiry of highest scores of this application.

Hotel Reservation System for Watataps Inn (Java GUI)

Submitted by donbermoy on
This Watataps Inn Hotel Reservation System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This Hotel Reservation System was programmed through Java GUI and MS Access 2007 as database. This system features: - Guest Information - Reservation - Checkin - Checkout - Payment - Rooms - Room Status Monitoring Software Needed

Student Information System (PHP)

Submitted by donbermoy on
This Student Information System was developed using PHP and MySQL Database integration. This was one of the student projects in their php subject that i made when I was still a student. This system is just simple but it has the capabilities of creating user registration, has admin panel, creating student records as well as modifying, deleting, and searching, then displays the student information

ATM System (Java GUI)

Submitted by donbermoy on
This ATM System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This ATM System was programmed through Java GUI and MS Access 2003 as database. This system features: - Login Verification - Account Registration - Balance Inquiry - Transfer Amount to other accounts - Deposit - Withdraw Account Information: username: admin

CHUMZ Construction Supply Delivery System

Submitted by donbermoy on
This CHUMZ Construction Supply Delivery System was my student's work as their project in their final defense in Computer Programming 2 since I handled this Java Subject. This project was programmed using Java GUI as frontend and MS Access 2003 as backend. This system features customer registration and information, product information such as sand, gravel, cements, hollow blocks, and rocks, user

Barcode-Based Class Attendance Monitoring System

Submitted by donbermoy on
This is one of the capstone projects that I made for students in a particular school. This is a complete Class Attendance Monitoring System that is integrated by a Barcode to easily swipe ID's. Programming Language: VB 6.0 Database: MS Access Features of the System: - Students Information - Subject Information - Course Information - School Year Information - Login Students using Barcode - Record

Hotel Reservation System for EY Suites

Submitted by donbermoy on
When I was still a student, I already made various software/system projects, thesis writing, and capstone projects. One of those projects was this Hotel Reservation System for EY Suites that I have created. This Hotel Reservation System was programmed through Visual Basic 6.0 and Microsoft SQL Server 2000 as backend. Features of the System: Transaction - Reservation - Check-in - Check-out

How to Create a Notepad Project in Java

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple Notepad application in Java. The program will save and open files as well as have close and new functions. Steps of Creation: Step 1: First we want to create two classes; Main and Grid. In our Main class we will have our JFrame (which is the window of the application). The JFrame will lead to our Grid class which will contain the Notepad