Native API
Badge API usage in the native Tizen 2.4 mobile applications
PUBLISHED
In this article you will learn how to use the Badge API in Tizen native application to display a label with a number above an application icon.
- Read more about Badge API usage in the native Tizen 2.4 mobile applications
How to Use the Tizen Native Route API in 3 Steps
PUBLISHED
The article demonstrates how to run the Tizen Native Route API in three steps and illustrates the topic with a tiny application.
- Read more about How to Use the Tizen Native Route API in 3 Steps
- Log in to post comments
How to Use the Tizen Native Place API in 4 Steps
PUBLISHED
The article demonstrates how to run the Tizen Native Place API in four steps and illustrates the topic with a tiny application.
How to Use the Tizen Native Reverse Geocode API in 3 Steps
PUBLISHED
The article demonstrates how to run the Tizen Native Reverse Geocode API in three steps and illustrates the topic with a tiny application.
Tizen APIs
PUBLISHED
This page presents a brief summary of Tizen Native API. You can find a list of namespaces and modules available in Mobile and Wearable profile.
Migration Guide from 2.3 to 2.4
PUBLISHED
Tizen 2.4 introduces new APIs for applications and modifies the behavior of some APIs to improve the quality of the platform. The following sections define the issues you must consider to make your application conform to Tizen 2.4 Application Framework APIs.
How to Use Tizen Native Geocode API in 3 Steps
PUBLISHED
The article demonstrates how to run Tizen Native Geocode API in three simple steps and illustrate the topic with a tiny application.
Animations in Tizen Native Application
PUBLISHED
Introduction
The article will demonstrate how to make animations in the Tizen Native Applications. The aim of the article is to present the possibilities offered by the EFL library which is responsible for building the GUI of Tizen native applications. We would like to present the subject in a concise way and using lots of sample code. The knowledge gained after reading this article can be used both for game development as well, as to implement interesting effects in the user interface.
Obtaining device orientation and acceleration using built-in sensors
PUBLISHED
Introduction
The article will demonstrate how to use built-in sensors such as the gyroscope or accelerometer in Tizen Native applications. The topic presented here is based on the code of a sample game which was simplified in order to focus on a particular part of the Tizen Native API.
The article was created for developers who have basic knowledge of the C programming language. Developers reading this article should have basic knowledge about the Tizen native application life cycle as well.