Building mobile apps
Mobile applications in Profound UI are developed using the same techniques as Profound UI web applications for the desktop. The Profound UI runtime framework automatically detects the user’s application environment (mobile vs. desktop) and adjusts the behavior of the widgets within the application accordingly. Examples of this include:
...
For Rich Display File applications, the mobile screen size must be taken into account. For example, clickable elements should be large enough so that they are easy to trigger with a touch of the finger. Likewise, layouts can be used to adjust for varying screen sizes or device orientation changes.
Deploying mobile apps
A Profound UI mobile application can be deployed within a mobile browser or as a native app packaged through PhoneGap (when packaged this way, it is often referred to as a hybrid application).
...