accelerometerSubscribe to RSS - accelerometer

Creating a native service for Tizen wearables - part 2: service launcher

This article is the second part of the “Create a native service for Tizen wearables” series. In this part we will show how to create a service launcher application and distribute it as the Combined Package with an already created service as well as how to communicate between the launcher application and the service aplication.

Obtaining device orientation and acceleration using built-in sensors

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.