forked from Samsung/tizen-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the order of creating applications in overview
- fix typo
- Loading branch information
Showing
5 changed files
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,30 @@ | ||
# Get Started with Web Applications | ||
|
||
When creating your first Tizen Web application, you can select from the | ||
following options, which all use the Web-native languages, such as | ||
HTML5, CSS, and JavaScript: | ||
|
||
- [Mobile Web application](mobile/first-app.md) | ||
|
||
A mobile application is targeted to run on smart phones, and can | ||
take advantage of a wide variety of functionalities available on | ||
those devices. | ||
When creating your first Tizen Web application, you can select from the following options, which all use the Web-native languages, such as HTML5, CSS, and JavaScript: | ||
|
||
- [Wearable Web application](wearable/first-app.md) | ||
|
||
A wearable application is targeted to run on smart watches, and can | ||
be optimized for the smaller screen. | ||
A wearable application is targeted to run on smart watches, and can be optimized for the smaller screen. | ||
|
||
- [Wearable Web watch | ||
application](wearable-watch/first-app-watch.md) | ||
- [Wearable Web watch application](wearable-watch/first-app-watch.md) | ||
|
||
A wearable watch application is a customized watch face that can be | ||
shown as the device home screen. | ||
A wearable watch application is a customized watch face that can be shown as the device home screen. | ||
|
||
- [Wearable Web widget | ||
application](wearable-widget/first-app-widget.md) | ||
- [Wearable Web widget application](wearable-widget/first-app-widget.md) | ||
|
||
A wearable widget application is a small application that can be | ||
shown by specific UI applications (such as the home screen). | ||
A wearable widget application is a small application that can be shown by specific UI applications (such as the home screen). | ||
|
||
- [TV Web application](tv/first-app.md) | ||
|
||
A TV application is targeted to run on smart TVs, and can be optimized for larger screens and remote control. | ||
|
||
The first application examples show a simple application with a basic UI | ||
and minimal functionality. Get familiar with the example first, and | ||
- [Samsung Smart TV Web application](tv/first-samsung-tv-app.md) | ||
|
||
A TV application is targeted to run on Samsung smart TVs, and can be optimized for larger screens and remote control. | ||
|
||
- [Mobile Web application](mobile/first-app.md) | ||
|
||
A mobile application is targeted to run on smart phones, and can take advantage of a wide variety of functionalities available on those devices. | ||
|
||
The first application examples show a simple application with a basic UI and minimal functionality. Get familiar with the example first, and | ||
afterwards you can use it as a basis to build more complex applications. |