Read Text Files with Fonts in Android

Submitted by donbermoy on
This is a sample project in Android written in Basic4Android that reads any text files that has .txt file extension with fonts styles and font size included. This project will help you to read any files such as office word, excel, richtextformat, and many more. Install readtextfiles.apk in your android phone to run the app. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Split a String in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will split a string using java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of splitString.java. 2. We will initialize variables in our Main, variable str as a String, and variable elements as a String array.

Caret Event and Listener in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will have an example of Caret Event and Listener in Java. A CaretEvent lets the user notify interested parties that the text caret has changed in the event with its source. Note: A caret is the cursor indicating the insertion point So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of caretListener.java. 2.

Logic Gates Project in Visual Basic

Submitted by donbermoy on
Good day! I want to share this project called the Logic Gates written in Visual Basic. We all know that a logic gate is an elementary building block of a digital circuit. In this project, it has AND, OR, NOR, NOT, XOR, AND XNOR gates. You can also input values like 0 and 1 to build the output of a specific gate. This project also builds truth table of the chosen gate and shows the image of the

Database Application In Java

Submitted by Joshua1 on
Hello, everyone. I’m Joshua and I want to share my very first code here on Sourcecodester. It’s a simple database application with a User Graphical Interface [GUI] that shows how to code the main four CRUD [Create, Retrieve, Update, Delete] operations. In this code you’ll learn how to do so many things like how to add, save, update, delete, search, connect to database and write a login class plus

Simple Grading System in Eclipse (Java + Access)

Submitted by donbermoy on
This is a Simple Student Grading System written in Java as the fontend and MS Access 2007 as backend and was programmed in Eclipse.This was a student project of my students in their Java Programming Subject. This features to add, edit, delete, and search a specific student and will enter their prelim, midterm, prefinal, and final grade then compute the General Weighted Average or GWA of the