Geting started for Web

1 min read

Get Started to Develop Tizen Web Application

Introduction

Web applications involve the standards for building and rendering web pages such as HTML, CSS, and JavaScript. The following figure illustrates the basic structure of a Tizen Web application:

Web applications

How to create Tizen Web project?

Step 1

Step 2

Step 3

How to implement Tizen Web applications?

Following are the four implementation stages for a digital watch application:

implementation plan

How to add user interface layout to a digital watch?

Following are the steps to add user interface layout to a digital watch:

Step 1

Step 2

Step 3

How to add watch functionality to a digital watch?

Following are the steps to implement the functionality of the digital watch using JavaScript and standard APIs:

Func 1

Func 2

Func 3

Func 4

Func 5

Func 6

How to add battery UI layout to a digital watch?

Following are the steps to implement the user interface layout for the battery, and add a background image to the digital watch using HTML and CSS:

Battery 1

Battery 2

Battery 3

Battery 4

How to add battery functionality to a digital watch?

Following are the steps to implement the functionality of the battery indicator using JavaScript and the Tizen Device API:

Func 1

Func 2

Func 3

Func 4