Sample projects are available for download.
A total of more than 250 pieces of logic are available in Unifinity Studio, which can be combined and utilized to achieve a variety of mobile app behaviors.
As a first step toward achieving the desired behavior, you can get a rough overall picture by understanding the contents of each logic parameter setting and the actual movement of the application.
Also, there are many cases where logic has been implemented but does not work, which can be resolved by comparing it with logic that actually works.
Sample projects are available for download below.
Sample Project Application Guide
Main Screen and Processing Categories
When the sample project: "Logic Reference_Legend" is run in Unifinity Studio, a total of 22 buttons appear on the main screen.
Each button corresponds to a category of logic components.
Intra-Category Item Screen and Intra-Category Processing
Pressing any button on the main screen will take you to a page with buttons for individual logic.
As an example, clicking the "04_Calculation" button will display the detail screen, with buttons corresponding to the "Calculation" category of the logic component. In the sample project, four pieces of logic for processing decimal points and two pieces of logic for random and absolute values are integrated into a single button.
Process Execution
When you press the button on the detail screen, Unifinity's logic takes care of the process.
The result of the process is displayed in a message box as follows
Logic Confirmation
Once the operation is confirmed, let's check what specific settings have been made. You can check the logic content from the process design function of Unifinity Studio.
Logic is organized by category, as follows Select the logic you wish to check, and check the settings, or change the settings and check the operation.
The logic named "DebugMode" in the above figure is a common logic to output the result of logic execution in a message box. It is given at the end of all logic.