Android FRONT CAMERA App v1.2

Submitted by donbermoy on
Hi guys! This is my another creation in Android that i have created my own version of accessing Front Camera. This app features to capture photos using the front camera of your Android phone. When clicking the capture button, it will automatically create a folder in your gallery named FrontCam and then have randomized image name from 111 to 33333, and after that it will saved at your default directory in your phone. Install fc.apk in your phone and run it.

Simple Clock in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple clock in Visual Basic. Design: For this, we simply need a new Windows Form, with one label - call it; 'clockLbl'. You may center the label to the middle of the form in both x and y axis' and give it a large font size. We also need a timer, name this timer1. Set it's interval to 1000ms/1second and it's enabled state to 'True'. Form Load: On form load, we want to initiate the label with the current computer time.

CSSG & Department School Voting System

Submitted by cybernick75 on
The system automates the voting system a college school which has several departments. Functions and Features: ADMIN SIDE; -Manages- Course Department Party Position Candidate CSSG Result Department Result VOTING PROCESS SIDE: - security (the student will enter security code to start voting) - CSSG (the student will select the CSSG candidates to vote) - Department (the student will select the

Reverse a Number in Java GUI

Submitted by donbermoy on
In this tutorial, i will going to teach you how to create a program in Java GUI that reverses an inputted number. Now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of reverse.java. 2. Import javax.swing package. Hence we will use a GUI (Graphical User Interface) here like the inputting the number.

Voice Recorder Application in Android

Submitted by donbermoy on
I've been into many experiments in Android until I came up making this app called Voice Recorder Application. This app features to record any audio or voice and will save at your default directory in Android phone as "VoiceRecord.wav". First, click Prepare button to initialize the voice recorder, then tap the Start Button to start recording audio, and if done click the Stop Button to stop the recorder. Install audioRecorder.apk in your Android phone and run it. Hope this application in android helps you! :) Best Regards, Engr. Lyndon R.