Dev TipsSubscribe to RSS - Dev Tips

How to Update Multiple Calendar Events

Update Multiple Calendar Events

Overview

This article explains how to modify / update multiple existing events in Calendar using Tizen platform device API's. This 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 this example, Open the config.xml file then choose the "Feature" tab and add below features to use the Calendar APIs in your applications.

How to Delete Multiple Calendar Events

Delete multiple Calendar Events

Overview

This article explains how to delete multiple events from Calendar using Tizen platform device API's. This 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 this example, Open the config.xml file then choose the "Feature" tab and add below features to use the Calendar APIs in your applications.

HTML5 Local Storage

HTML5 Local Storage Usage In Your Web Applications

HTML5 local storage can be used in applications that need to save user data and preferences across application restarts.

In this article we would be talking about the methods using the local storage to increase the functionality of a web application.

Overview

HTML5 local storage is used for storing key value pairs on the client side. These key value pairs can be retrieved in HTML pages originating from the same domain. The Local storage data is stored on the disk and persists across application restarts

Localization

Localizing Your Web Application

This article helps you internationalize your applications in Tizen Platform. Language localization is the process of translating a product into different languages and adapting what is said to a specific country or region. Tizen Web UI service widgets support localization. You can localize widgets to adapt to various languages and cultural environments by creating different widget versions for different languages.

Developer Application Case Study: TenFrame

Developer Application Case Study: TenFrame

Overview

Tenframe is an interactive math game, making learning a fun for the kids. The game is targeted for young kids to practice math skills,such as addition and subtraction. The user can play 3 games – pirates, rocket fuel,or bowling - testing the math skills. This app extensively and creatively uses CSS animation, combination of CSS and JavaScript animation, chaining of animations using webkitTransitionEnd.

CallHistory API Guide

CallHistory API Guide

Overview

The Tizen CallHistory API provides the interfaces and methods for accessing information about various telephony services for Circuit Switched Telephony and Voice over IP (VoIP). You can use the CallHistory API to browse or list the call history entries of a device, remove call history entries, and monitor changes.

How to Update Recurring Calendar Event

How to Update Recurring Calendar Event Tutorial

Description

This article explains how to modify / update an existing recurring event in Calendar using the Tizen platform device API's in your applications. The article applies only for systems based on Tizen platform.

Pre-conditions

Use the Calendar API methods, you must declare the necessary features in the config.xml file.