native application
How to Use EDC file in Native Application
PUBLISHED
1 Introduction
EDC file stands for EDJE data collection. It is a file which contains the position, size, and other parameters of graphical elements that compose the visual aspect of an application. EDC file structure follows several blocks that contain properties description of graphical elements. An EDC file has the “.edc” extension. This tip document demonstrates how to use EDC file in native application to change different properties of graphical elements.
- Read more about How to Use EDC file in Native Application
Using Proximity Sensor in Tizen Native Application
PUBLISHED
Introduction
The proximity sensor measures distance of an object from the front of a phone. It is commonly used on smart devices to detect (and skip) accidental touchscreen taps when held to the ear during a call. When developing application using proximity sensor, consider the following:
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.
Security and API Privileges
PUBLISHED
Tizen provides API-level access control for security-sensitive operations which, if not used correctly, can harm user privacy and system stability. Therefore, native applications that use such sensitive APIs must declare the required privileges in the tizen-manifest.xml file and user notification is provided on the basis of declared privileges. This page shows privileges for native application.