Dev Tips
Add Recurring Calendar Event Tutorial
PUBLISHED
Add Recurring Calendar Event Tutorial
Description
This article explains how to add Recurring event to Calendar using Tizen platform device API's in your applications. The article applies only for systems based on Tizen platform.
Pre-conditions
To use the Calendar API methods, you must declare the necessary features in the config.xml file.
For the below example,Open the config.xml file, choose the "Feature" tab, and add below features to enable them to use in your applications.
- Read more about Add Recurring Calendar Event Tutorial
Developer Application Case Study: Shopping List
PUBLISHED
Overview
Shopping list is a web application that is designed to aid people while shopping. Users can assign a color to the list for easy identification. It allows users to add an item to the list, mark as favorite, remove from the favorites and delete items from the list. It also provides feature like sorting the items alphabetically by type, by store or by bought status.
Call and message history on Tizen
PUBLISHED
Handling call and message history on Tizen is important for all applications that create a summary of recently made calls or SMS messages sent. You may need such a summary if you want to present some statistics for the recently dialed/received calls or sent/received SMS messages.
Close range data sharing with NFC on Tizen
PUBLISHED
Near Field Communication
Near Field Communication (NFC) is an international standard ISO/IEC 18092 that specifies an interface and protocol for simple wireless connection of closely coupled devices. There are three groups of application scenarios for NFC:
HTML5 Features on Tizen
PUBLISHED
1 Why HTML5 on Tizen?
In 2008 the W3C (World Wide Web Consortium) has started to work on HTML5 standard specification. In that time only PC browsers had implemented parts of HTML5 working draft. There were very little mobile devices that offered support for web based applications. The main reasons for that situation were:
Custom 3D graphics on Tizen
PUBLISHED
The aim of this article is to familiarize the developer with Box2d and WebGL and describe how to use these external libraries in Tizen applications. These topics are illustrated with a sample application – Boules game.
Audio Video Playback Tutorial
PUBLISHED
Audio/Video Playback Tutorial
Overview
The Tizen Multimedia framework is based on GStreamer open source project. Media framework enables you to play and manipulate images, video, audio, and VoIP. Tizen platform provides support for html5 video/audio tags and embedded playback in Web Browser. It also provides services to capture image, record video and audio/video playback.
Here is the list of audio and video services provided by Tizen platform:
Process Management
PUBLISHED
Article describes the usage of the Application and System Information API in a sample Task Manager application.
Address Book Management
PUBLISHED
Sample application features
The ExtendedAddressBook sample application demonstrates how to use the Tizen platform’s Contact, Messaging and Application APIs. It also makes use of filters (AttributeFilter and CompositeFilter) provided by the Tizen Device API.
Google Maps on Tizen
PUBLISHED