Dev TipsSubscribe to RSS - Dev Tips

Push API

 

Overview

This article demonstrates the usage of Push API. Push API provides the functionality for receiving push notifications from Tizen push server. The push service maintains a permanent connection between the device and Tizen push server in order to process registration and deregistration requests, deliver push notifications to applications on a device.

Prerequisites

Add below lines in config.xml file.

PDF Reader

Overview

This Article demonstrates displaying PDF file on the Web Page. All the data and code is taken from open source library pdf.js.

PDF Reader Application

Now a days most of the books are available in soft copies. SmartPhone PDF Reader allows user to read the books or PDF based documents without using standard applications like Acrobat Reader ..etc. In this article mozilla based PDF.js library is used. Few lines of codes has been changed to work in Tizen Framework. For more details download the attached source code.

JQuery to Tizen UX Conversion Tutorial: Multi-Step Form Tutorial - Part 1

Overview

This article is part one of the two-part series that demonstrates the Multi-Step Form pattern. The Multi-Step sample application is based of jQuery multi-page template generated by Tizen Web IDE. The application demonstrates the design of multi-page forms for Tizen applications.

Note: This article explains about how to design a multi-step application and does not contain functionality of saving the forms data, etc.

Messaging API Guide

Overview

This article demonstrates the usage of Tizen Messaging (Email) API. It explains how to compose, send and save an email conversation. Also discusses about how to sync the folders to message store and to register for email message change notifications.

HTML

The html source comprises of three pages. The main page contains a list view with links to Compose, Inbox and Sync pages.

JQuery to Tizen UX Conversion Tutorial: Dashboard Tutorial - Part 2

Overview

This article is part 2 of a two-part series that demonstrates the Dashboard pattern. The Dashboard sample application is based on the Tizen WebUI framework template generated by Tizen Web IDE.
The application demonstrates the design of dashboard form for Tizen applications using the Tizen widgets.

Note: This article explains about how to design a dashboard application and does not contain functionality of calculations and updation of real-time data, etc.

WebGL Tutorial

Overview

WebGL (Web Graphics Library), based on OpenGL ES 2.0 provides JavaScript API for rendering 3D graphics. It is supported by majority of the desktop and mobile browsers. Internet Explorer announced its support with IE 11 with Windows 8.1. WebGL is fully supported by Tizen platform. This technology enables the developers to create applications that can run on multiple platforms.