Spinner

AngularJS How to Create a Loader

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a loader using Angular JS. Loaders are usually used in AJAX request before success occurs. You will also learn in this tutorial how to used $timeout of Angular JS which executes a command after a certain amount of time. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

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.

Spinner Tutorial in Android using Basic4Android

Submitted by donbermoy on
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.