Dev Tips
Working with databases in Tizen – ActiveRecord.js library
PUBLISHED
Introduction
- Read more about Working with databases in Tizen – ActiveRecord.js library
How to retrieve and process the data in launched application using the application control interface
PUBLISHED
How to retrieve and process the data in launched application using the application control interface
In this tutorial, we’ll learn how to retrieve the data in the launched or provider application, process it and give back the control (with the processed data) to the requested application using the Tizen’s “Application” API’s application control interface. Application control allows you to launch other applications, whose functionalities are needed in your application.
Chat Application
PUBLISHED
Overview
This article demonstrates how to create an XMPP-based chat application using the open source JavaScript library strophe. More information on the strophe library is provided in the Strophe.js document.
CSS3 Animations with keyframes
PUBLISHED
Introduction
Using Backbone.js to create MVC applications on Tizen
PUBLISHED
Introduction
Tizen UX Conversion Tutorial: Tab-Based Menu Navigation Tutorial - Part 2
PUBLISHED
Tab-Based Menu Navigation
Overview
This article is part two of a two part series that demostrates the Tab based navigation design, implemented in part 2 using Tizen web UI framework. And the UI is modified to follow the Tizen UX Guidelines.
Advanced Web Audio API usage
PUBLISHED
Introduction
Game development with CraftyJS library - Follow-up
PUBLISHED
Introduction
This is the second article in series about CraftyJS on Tizen. In the first article, "Game development with CraftyJS library - introduction", framework's basics were explained. In this article some more advanced features like creating your own components, designing complex animations or playing audio files will be presented. These topics are illustrated with a sample application - game Quiz attached to this article.
Game development with CraftyJS library - introduction
PUBLISHED
Introduction
The aim of this article is to familiarize the developer with CraftyJS framework and describe how to use it in Tizen applications. These topics are illustrated with a sample application - game Quiz. It is the first article in a series, covering CraftyJS-s basics. Framework's structure, scenes and the entity/component system will be explained. Then we will show how to work with sprites and create simple entities. At the end some basic animations will be presented.
Working with Raphael JS Library on Tizen
PUBLISHED
This article describes the Raphael JavaScript Library and how to work with it on Tizen. You will learn how to draw simple 2D shapes: built-in (rectangles, circle, ellipse) and other (using paths), how to work with attributes of Raphael elements and create simple animations. You will also learn how to manipulate elements (move, scale and rotate).