Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

Showing posts with label Tizen Native Apps. Show all posts
Showing posts with label Tizen Native Apps. Show all posts

Tizen: Launching Applications ( Native)

Application framework starts the application by creating a new process and calling entry point of the application.

The main() function is entry of the application. In the Tizen application, the main task is to hand over control to the application framework by calling the ui_app_main() function



Tizen: Native App development Tools

Tizen provides following set of tools for developing native applications.
  • Native IDE: Development environment
  • Command Line Interface: Using this develop native applications without IDE
  • Dynamic Analyzer: This will monitor application performance.
  • UI Builder: To create UI
  • UI Effect Builder: Used to create interactive and time-based transition effects

Tizen: Native Application folder structure



src: soure files(.cpp)
inc: header files
res: resource files like images
data: readable/writable files and folders for application
lib: shared library files

The manifest.xml file is stored in the root folder of the project.


Native application package extension:
  • File extension: .tpk (for example, Example.tpk)
  • MIME type: application/x-tizen.package-archive

Tizen: Native application package extension

Tizen platform supports Native applications based on C++.

Native application package extension:
  • File extension: .tpk (for example, Example.tpk)
  • MIME type: application/x-tizen.package-archive