Basic4android

Android Media Browser (Play Music, View Images, Play Videos)

This is an application that can view and browse all media such as audio, video, and image files. I have created this one using Basic4Andriod. It can browse all media files whether in different locations or directories and will categorize whether audio, image, and video files. It can also play music and videos with the important information like locations, albums, date created, track, and duration

Mobile Computer Dictionary Application in Android

Hi. This is an application that i have created in Basic4Andriod and SQLite Manager entitled Mobile Computer Dictionary. This application features to search and display the related computer definitions. I have just upload and completed it up to letter A only because I sell the complete application to my clients. But anyway, you can add words and definitions on it to the SQLite database.

Android - Based Mobile Reservation Application

This is a thesis made by the graduating students of STI Surigao particularly the ITP, a 2-Year Course program from this prestigious school. Copy and install the MobileReservation.apk to your Android Phone and run it. This application features: - User Login - Guest Information - Add - Edit - Search - Delete - Banquet Information - Add - Edit - Search - Delete - Banquet Monitoring - Availability of

Android SCRUD (Search,Create,Update,Delete) in a Remote MySQL Database

The beauty of this simple little program is not in its novelty value, but that it can be added to any other program to add functionality and make a point of difference. This is my updated demo program on how to SCRUD (Search, Add, Edit, and Delete) in a Remote MySQL database.Using a direct connection via access point/wifi. There is no webservices/php file created for this demo apps.

How to create an Electronic Signature Capture in Android using Basic4Android

Good day! This is my other tutorial on Android creating a Signature Capture using Basic4Android. An electronic signature is any electronic means that indicates either that a person adopts the contents of an electronic message, or more broadly that the person who claims to have written a message is the one who wrote it and that the message received is the one that was sent. By comparison, a signature is a stylized script associated with a person. In commerce and the law, a signature on a document is an indication that the person adopts the intentions recorded in the document.

Toggle Button Tutorial in Android using Basic4Android

Good day! This is my other tutorial on views/controls in Android using Basic4Android, the Toggle Button. A toggle button allows the user to change a setting between two states. You can add a basic toggle button to your layout with the ToggleButton object. On this, you need to create one button and named it as "tb" . Next, named your abstract design as "main".

TabHost Tutorial in Android using Basic4Android

This is my 3rd tutorial in our controls/view in Basic4Android. The one that i will be introduced now is the TabHost. TabHostis a container for a tabbed window view. This object holds two children: a set of tab labels that the user clicks to select a specific tab, and a FrameLayout object that displays the contents of that page. The individual elements are typically controlled using this container object, rather than setting values on the child elements themselves.

Spinner Tutorial in Android using Basic4Android

Good day! This is my other tutorial on controls. The one that i had tutored was the AutoCompleteEditText, and now the Spinner. Spinners provide a quick way to select one value from a set. In the default state, a spinner shows its currently selected value. Touching the spinner displays a dropdown menu with all other available values, from which the user can select a new one. Spinner is the same as ComboBox in Visual Basic. On this, you need to create one Label to have a result when you choose an item in the Spinner. Named it as tgtLabel.

WiFi Settings Tutorial in Android using Basic4Android

Hi! this is an another tutorial in Android using Basic4Android that will view WiFi settings in your phone and can customize to enable/disable your WiFi. This tutorial deals with several categories of items:
  • The list of configured networks. The list can be viewed and updated, and attributes of individual entries can be modified.
  • The currently active WiFi network, if any.

How to display Total Memory, Used Memory, and Available Memory in your Android Phone using Basic4Android

This is my other tutorial on how to find and display your available memory, used memory, and total memory in your phone. Since Android devices are usually battery-powered, Android is designed to manage memory (RAM) to keep power consumption at a minimum, in contrast to desktop operating systems which generally assume they are connected to unlimited mains electricity. When an Android app is no longer in use, the system will automatically suspend it in memory – while the app is still technically "open", suspended apps consume no resources and sit idly in the background until needed again.