Service Application: Taking A Picture Part 1

Simon Leen
Oct 23, 2021

--

Objective: App Design Flow

In the previous post we finished all the app screens based of the app navigation flow map provided (shown below).

The App Design Flow is a bit different. This flow is changes from a UI flow to a logically flow in how the application works together. There will be a main UIManager which interacts with each of the individual UI containers(each ui panel or scene). Each of these panels will have their own script that can communicate with the UIManager using a ProcessInfo method.

--

--