Skip to content

Commit

Permalink
Change the order of creating applications in overview
Browse files Browse the repository at this point in the history
 - fix typo
  • Loading branch information
journey2w committed Dec 9, 2019
1 parent 82e5127 commit f45336b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 32 deletions.
11 changes: 7 additions & 4 deletions docs/application/dotnet/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

When you create your first Tizen .NET application, you can select from the following options that uses C# as the programming language:

- [Mobile .NET application](mobile/first-app.md)

A mobile application is targeted to run on a smart phone. The applications can take advantage of a wide variety of functionalities available on smart phones.

- [Wearable .NET application](wearable/first-app.md)

A wearable application is targeted to run on a smart watch. The applications can be optimized for the smaller screen.
Expand All @@ -14,10 +10,17 @@ When you create your first Tizen .NET application, you can select from the follo

A TV application is targeted to run on a smart TV. The applications can be optimized for larger screens and remote control.

- [Mobile .NET application](mobile/first-app.md)

A mobile application is targeted to run on a smart phone. The applications can take advantage of a wide variety of functionalities available on smart phones.

- [NUI .NET application](nui/quickstart.md)

NUI is a rich GUI library used for creating two-dimensional or three-dimensional applications.
These applications run on a wide range of Tizen devices, such as mobile devices, TVs, and wearables.






8 changes: 4 additions & 4 deletions docs/application/native/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

When creating your first Tizen native application, you can select from the following options, which all use the C language:

- [Mobile native 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.

- [Wearable native application](wearable/first-app.md)

A wearable application is targeted to run on smart watches, and can be optimized for the smaller screen.
Expand All @@ -18,5 +14,9 @@ When creating your first Tizen native application, you can select from the follo

A wearable widget application is a small application that can be shown by specific UI applications (such as the home screen).

- [Mobile native 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 with the help of the extensive native API.

4 changes: 2 additions & 2 deletions docs/application/vstools-mac/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visual Studio for Mac Extension for Tizen

Visual Studio for Mac Extension for Tizen is an extension for Microsoft Visual Studio for Mac. It enables you to develop Tizen .NET aplications easily with Visual Studio for Mac.
Visual Studio for Mac Extension for Tizen is an extension for Microsoft Visual Studio for Mac. It enables you to develop Tizen .NET applications easily with Visual Studio for Mac.

## Prerequisites

Expand Down Expand Up @@ -43,7 +43,7 @@ To install Visual Studio for Mac Extension for Tizen:
![Browse Extension](media/install-extension3.png)

4. After the extension list is refreshed, expand the **IDE extensions** in the **Gallery** tab and select the
**Visual Studio for Mac Extension for Tizen**. Click **Install...** at bottom right.
**Visual Studio for Mac Extension for Tizen**. Click **Install...** at the bottom right.

![Install Popup](media/install-extension4.png)
![Install Popup1](media/install-extension5.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/application/vstools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Visual Studio Tools for Tizen provides Tizen-specific tools to improve your prod

- [Memory Profiler](tools/memory-profiler-user-manual.md)

This is a utility which collects memory profiling data and save them to a file, this part of the Memory Profiler runs on the target side. Also it analyzes the resulting data, the command-line one and the GUI-based one, these analyzing tools run on the host side.
This is a utility which collects memory profiling data and saves them to a file, this part of the Memory Profiler runs on the target side. Also, it analyzes the resulting data, the command-line one and the GUI-based one, these analyzing tools run on the host side.

If you prefer a command line interface to the graphical Visual Studio window, you can use the [Command Line Interface (CLI) tool](tools/dotnet-cli-ext.md) during the entire development process.

Expand Down
36 changes: 15 additions & 21 deletions docs/application/web/get-started/overview.md
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.

0 comments on commit f45336b

Please sign in to comment.