Dev Tips
How to Update Multiple Calendar Events
PUBLISHED
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.
- Read more about How to Update Multiple Calendar Events
How to Delete Multiple Calendar Events
PUBLISHED
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
PUBLISHED
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
PUBLISHED
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: Todo List
PUBLISHED
Developer Application Case Study: Todo List
Overview
To-do list is a utility application that is used to track your daily activities. A task can be prioritized, color coded, and added to a part of the day. Visible days can be configured along with the default view. Tasks can be sorted by time or priority.
Developer Application Case Study: TenFrame
PUBLISHED
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.
Developer Application Case Study: Hang On Man
PUBLISHED
Developer Application Case Study: Hang On Man
Overview
Hang On Man is a HTML5 implementation of the classic word guessing game. The game uses many of the features of the HTML5, CSS and JavaScript.
Content API Guide
PUBLISHED
Content API Guide
Overview
CallHistory API Guide
PUBLISHED
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
PUBLISHED
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.