Languages

Menu
Sites
Language
Native Tutorial

This is the continuation of “A simple custom organizer with the Tizen Native API - part 1” article. If you haven’t yet, please, get familiar with the first part before reading this one. The first article describes how to connect to the calendar service and create an example task. This one – how to get a to-do task and update its properties.

https://developer.tizen.org/documentation/articles/simple-custom-organizer-tizen-native-api-%E2%80%93-part-2

Edited by: John Ixion on 12 May, 2015

Responses

2 Replies
John Ixion

This document describes Dlog macro which is available in the <dlog.h> for sending log output and filtering log messages from the dlog logging service for Tizen native application programming. Comparing with dlog_print() function of logging service, this macro can be more convenient as it is simplified and provide useful information.

https://developer.tizen.org/documentation/articles/dlog-macro-guide

John Ixion

JSON (JavaScript Object Notation) is lightweight data-interchange format and easy to understand for developer and machine. This document provides the guideline for developer who wants to make a Tizen native application which works with JSON-GLIB library. And through sample code, it explain how to parse JSON tree which is loaded from file and from buffer.

https://developer.tizen.org/documentation/articles/native-application-dev-tip-tutorial-json-parser