Tizen Native Application
Sample Native Application development using Command Line Interface
PUBLISHED
Introduction
The Command Line Interface (CLI) provide functionalities for developing Tizen applications by issuing commands in the form of successive lines instead of Tizen Studio IDE. This interface supports the entire development process from creating the project to running an application.
- Read more about Sample Native Application development using Command Line Interface
C++ for Tizen Native Application
PUBLISHED
Introduction
C and C++, both are used for Tizen Native application development. However, Most of the given sample applications are written in C and the default IDE settings can’t recognize C++ code. So, a beginner in Tizen development may face hard time to write code in C++ as he/she can’t use many magical features of C++. This article demonstrates how to make Tizen studio C++11 compatible so that developers can use C++ for Tizen native application development.
Tizen Native Application Model
PUBLISHED
The Tizen native application model handles application life-cycle and system events.
[e-Book] Guide to Developing Tizen Native Application
PUBLISHED
Guide to Developing Tizen Native Application - A complete analysis of the Tizen platform with 70 easily understandable examples