Web applicationSubscribe to RSS - Web application

Sample Web Application development using Command Line Interface

Introduction

A command-line interface (CLI) is a form of interacting with a computer program where the user issues commands to the program in the form of successive lines of text (command lines). Tizen also provides SDK with Command Line Interface (CLI) for developing Tizen applications without using the Tizen Studio IDE. It includes the entire development process from creating the project to running the application.

In this document, we will take a tour on a sample web application development using CLI from scratch.

Security and API Privileges

Tizen provides API-level access control for security-sensitive operations which, if not used correctly, can harm user privacy and system stability. Therefore, web applications that use such sensitive APIs must declare the required privileges in the config.xml file and user notification is provided on the basis of declared privileges. This page shows privileges for web application.

Performance Guide for Tizen Web Applications

This document provides suggestions and guidelines for improving the performance of Web applications on Tizen.

1 Optimizing Resource Loading Performance

Most of the loading time for a Web application consists of downloading resources, such as HTML, JavaScript, CSS, and image files. Therefore, optimizing resource loading performance is the key to improving the loading speed of a Web application.