SailfishOS Introduction Tutorial: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
 
(Clean)
 
Line 1: Line 1:
'''English''' | [[:Category:SailfishOS_Polish::Introduction_tutorial_Polish|Polski]]
{{LangSwitch}}
 
= Introduction tutorial =


== Source ==
== Source ==


Articles presented here are mostly copy and redesign of an introduction tutorial which you can found on official [https://sailfishos.org/index.html sailfish site] . However, they provide additional informations, explanations or just links to them.
Articles presented here are mostly a copy and redesign of an introduction tutorial from the official [https://sailfishos.org/index.html SailfishOS.org site] . However, they provide additional information, explanations and links.


== Abstract ==
== Abstract ==


This tutorial starts with explanation how to install SailfishOS IDE. Next it will cover creating of Your first application, it's build and it's deployment. After that You will be teachead basics of SailfishOS UI. Finally it will guide you through the code inside the project You had created.
This tutorial starts by explaining how to install the SailfishOS IDE. Next, it will cover the creation and deployment of your first application. After that, you will be taught the basics of the SailfishOS UI. Finally, it will guide you through the code inside the project you had created.
 
# [[SailfishOS SDK Installation]]
# [[SailfishOS first application]]
# [[SailfishOS using app in emulator basics]]
# [[SailfishOS code walkthrough]]


# "SailfishOS Installation ":/wiki/SailfishOS_SDK_Installation
[[Category:SailfishOS]]
# "Create Your first application":/wiki/SailfishOS_first_application
# "Learn how to manipulate SailfishOS UI":/wiki/SailfishOS_using_app_in_emulator_basics
# "Code walkthrough":/wiki/SailfishOS_code_walkthrough

Latest revision as of 01:41, 27 March 2016

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

Source

Articles presented here are mostly a copy and redesign of an introduction tutorial from the official SailfishOS.org site . However, they provide additional information, explanations and links.

Abstract

This tutorial starts by explaining how to install the SailfishOS IDE. Next, it will cover the creation and deployment of your first application. After that, you will be taught the basics of the SailfishOS UI. Finally, it will guide you through the code inside the project you had created.

  1. SailfishOS SDK Installation
  2. SailfishOS first application
  3. SailfishOS using app in emulator basics
  4. SailfishOS code walkthrough