java

Android Simple Quiz App Tutorial with Source Code

Lean on how to create a Simple Quiz App Using Android. This simple application can generate random questions and generate choices to be answered. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.

Android Simple Registration and Login Application Tutorial with Source Code

Learn how to create a Simple Registration and Login Application using Android. This simple application can be used in any system that needed a login verification. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.

List of Project Ideas With Free Source Code 2020

This list is some of the project ideas with free downloadable source code and might help some students of IT/CS or even for a self-studying. The projects below are written/developed in different programming languages. Don't forget to give credit to the developer/uploader when using their project source code. :) Attendance & Payroll System Attendance and Payroll System in PHP/MySQLi This is a

E-Commerce Application in Android with Full Source Code

Project: E-Commerce Application in Android with Full Source Code

The E-Commerce Application in Android is a designed as very simple android application that students who are starting to learn computer programming can use this project as their reference. This E-Commerce Application is very easy to use and understand because of its simple interface. Students can freely modify this project and add features according to their desire.

Attendance Monitoring System in Android App with Full Source Code

Attendance Monitoring System in Android App with Full Source Code

The Attendance Monitoring System is developed in an Android Platform and with the use of Java programming language. This Attendance Monitoring System  is so simple and is designed with a user friendly interface. The main purpose of this Attendance Monitoring System in Android is to help schools or colleges in keeping track of the attendance of the students within the campus. About the Attendance Monitoring System in Android

Payroll System Project in Java

Project Title: Payroll System The Payroll System Project with Source Code is a Java project that can help you calculate your daily or weekly expenses. The purpose of the system is to automate the calculation of each individual expenses. This simple project was built using Java language. The program is a simple GUI application, that can help you budget your daily expenses. The system does not

Phone Book App Using Java

Phone Book App with Source Code is a Java program that can manage your phone book list digitally. This program was built using Java language. The program is so simple, the user can enlist a person's personal contact in the given forms. The program does include a CRUD functionality in order to organize the list in the table. This was created so basic so that beginner's can relate and learn

Java JSP and Bean CRUD

CRUD stands for Create, Read (or retrieve), Update, Delete. It is a Java Server Page (JSP) project with a JavaBean that is used to perfom the create read update and delete operations. For the database it uses java derby 'jdbc:derby://localhost:1527/sample' and table STUDENTS with 3 columns namely First name, Last name and ID number. I've used Semantic UI and w3.css for styling and JQuery.