creating service
Native widget in Tizen 2.4 mobile
PUBLISHED
Introduction
In this article you will learn by example, how to create a Tizen 2.4 mobile native widget and how to share data between a widget, service and a UI application.
In short words, a widget in Tizen is a small application which is displayed on the home screen of a device. Typically we use a clock widget, weather widget, sticky note widget, recent contacts widget etc. Widgets can be created using the Tizen Native API and they can be distributed in the Tizen Store only when accompanied by a regular UI application.
- Read more about Native widget in Tizen 2.4 mobile
Creating a native service for Tizen wearables - part 2: service launcher
PUBLISHED
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.
Creating a native service for Tizen wearables - part 1
PUBLISHED
Introduction
This article is a first article of the “Create a native service for Tizen wearables” series. You will learn how to create a simple service running in the background on a wearable device.