native
Crop image tutorial for Native Application
PUBLISHED
This tutorial talks how to implement app which perform crop of selection area of Jpeg image
Category:
Dev Tips
- Read more about Crop image tutorial for Native Application
Native Application Dev Tip - Tutorial of JSON parser
PUBLISHED
1 Introduction
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.
Followings are the preconditions and environments of sample application