UI Application
The UI application is the most common Tizen .NET application model, described below are the UI applications:
-
A basic UI application provides a graphical user interface which allows the user to interact with the application.
-
A component based application provides a way to implement multiple model applications. It means you can provide multiple service components, frame components, and widget components in one application process. The frame component has a window and a life cycle to manage the user interfaces. The service component does not have a window and runs in the background. The widget component has widget instances. Every registered component can create multiple instances.
-
The Tizen .NET application model handles application life cycle and system events. It provides methods to manage the main event loop and the application state change.
-
A widget application (or widget) is a specialized application that provides the user with a quick view of specific information from the parent application. In addition, the widget allows the user to access certain features without launching the parent application. Combined with the parent application, your widget can have various features to increase the usability of your application.
Related information
- API References
- Tizen.NUI.NUIApplication class
- Tizen.Applications.CoreUIApplication class
- Tizen.NUI.NUIWidgetApplication class
- Tizen.Applications.WidgetApplication class
- Tizen.NUI.NUIWatchApplication class
- Tizen.Applications.WatchApplication class
- Tizen.Applications.ComponentBased.Common.ComponentBasedApplication class
- Tizen.Applications.Application class