Dev TipsSubscribe to RSS - Dev Tips

How to retrieve and process the data in launched application using the application control interface

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.

Game development with CraftyJS library - Follow-up

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

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.