The following document is designed to help explain the basic operation of our Android applications, though the functionality of the applications we create are unique the action of accessing or invoking the functions is more or less the same such that if you familiarise yourself with one of our apps you should be able to use the others.
Each one of our applications appears on your smart device via a collection of views called an activity. There are many activities present in an Android application but most of ours contain 3 basic components:
Screenshot showing the main activity of IMeasureHeight with numeric annotations of the menu bar and the menu toggle.
Screenshot showing the main activity of IMeasureHeight with a numeric annotation of the menu.
Screenshot showing the log activity of IMeasureHeight with a numeric annotation of a linear styled list on the left and a grid styled list on the right, both also feature a collapsed list.
The controls will vary from one application to the next but most of the time the main functions and settings can be accessed via the menu bar and the menu. Often said functions are controlled through a menu bar button labelled “Start”, this button normally functions as toggle and when pressed will be labelled as “Stop” such that pressing it will stop the main function of the application. As expressed in other cases the user interface may contain buttons or widgets that change the behaviour of the applications functions.
Screenshot showing the the main activities of ICountSteps, ICompass, IResetWiFi and IMeasureHeight.
The ability to perform customisation is usually present in our applications and can be accessed much like any other control mechanism that you’d find in any other user interface.
All our applications also include deep user interface customisation via the Theme Editor allowing you the ability to change the colours and size of certain UI elements for either personal preference or comfort. In some cases the application might override a user theme because of performance limitation on the smart device or if it is incompatible with an activity for example if the text size has been set too small or if the activity contains a critical function or alert prompt.
Various screenshots of multiple SuperLiteralProducts with different fonts and colours.
All featured images are for advertised purposes and are subject to change without notice.