Meego Wiki
Views

SDK/Docs/1.1/Tutorials

From MeeGo wiki
< SDK | Docs | 1.1(Difference between revisions)
Jump to: navigation, search
m (Reviewed)
 
(31 intermediate revisions not shown)
Line 1: Line 1:
-
The following tutorials have been created by various authors.  
+
The following tutorials have been created by various authors. You are welcome and encouraged to contribute to this page. Please read: [[SDK/Tutorial content | How to Create a Tutorial]]
-
 
+
-
You are welcome and encouraged to contribute to this page.
+
-
 
+
-
Please read: [[SDK_Tutorial_Content | How to Create a Tutorial]]
+
== Tutorials ==
== Tutorials ==
Line 10: Line 6:
As we get more tutorials, they should be grouped in categories such as:  Multimedia, Communications, Games, Qt features, QML features, etc.
As we get more tutorials, they should be grouped in categories such as:  Multimedia, Communications, Games, Qt features, QML features, etc.
-
<table border=1>
+
{|border=1 cellspacing="0" cellpadding="5"
-
<tr><th>Title</th><th>Date</th><th>Author</th><th>Reviewed By</th></tr>
+
|-
-
<tr><td>[[SDK/Docs/1.1/How_to_create_foobar_sample_tutorial | How to create foobar sample tutorial]]</td><td>Nov 22, 2010</td><td>Bob Spencer</td><td>Jim Jones</td></tr>
+
!Title
-
</table>
+
!Date
 +
!Author
 +
!Reviewed By
 +
|-
 +
| [[SDK/How_to_create_foobar_sample_tutorial|How to create foobar sample tutorial]]
 +
| Nov 22, 2010
 +
| Bob Spencer
 +
| Jim Jones
 +
|-
 +
| [[SDK/Installing_openssh_in_MeeGo|Installing openssh in MeeGo]]
 +
| Apr 13, 2011
 +
| David J Medawar
 +
| Bob Spencer
 +
|}
=== Request Review ===
=== Request Review ===
-
The tutorials listed in this section have not yet been reviewed. Please add all new tutorials to this section.
+
 
-
<table border=1>
+
The tutorials listed in this section have not yet been reviewed.
-
<tr><th>Title</th><th>Date</th><th>Author</th></tr>
+
Please add all new tutorials to this section.
-
<tr><td>[[Example TBD]]</td><td>Nov 22, 2010</td><td>Bob Spencer</td></tr>
+
 
-
</table>
+
'''Please note:''' the tutorials in this section already exist and are waiting for a review. If you want to suggest a new tutorial ''which hasn't been written yet'', please use the [[#Suggested_Topics|Suggested Topics]] section below.
 +
 
 +
{| cellpadding="5" cellspacing="0" border="1"
 +
|-
 +
| [[QML/Creating a transparent window]]
 +
| Elliot Smith
 +
|-
 +
| [[QML/Internationalisation]]
 +
| Elliot Smith
 +
|-
 +
| [[QML/Keyboard navigation]]
 +
| Elliot Smith
 +
|-
 +
| [[QML/Full-screen applications]]
 +
| Elliot Smith
 +
|-
 +
| [[SDK/Tutorials/Packaging]]
 +
| John(Zhang) Chen
 +
|-
 +
| [[SDK/Tutorials/Add_a_new_target]]
 +
| Jackie(Weihua) Wu
 +
|-
 +
| [[SDK/Tutorials/Integrate_Your_Target%26Runtime_to_MADDE]]
 +
| Bintian Wang
 +
|-
 +
| [[SDK/Tutorials/Image_Creation]] (NAND)
 +
| [http://meego.com/users/fabo Fathi Boudra]
 +
|-
 +
| [[D-Bus/Overview]]
 +
| Elliot Smith, Kimmo Virtanen
 +
|-
 +
| [[Debian_users_translation_guide]]
 +
| Lbt
 +
|}
 +
 
 +
=== Suggested Topics ===
 +
The following tutorials are requested.  If you would like to see a tutorial on a specific topic, please enter it below.  If you start a tutorial from below, please delete the topic and put a new line in the "Request Review" table with "In Progress" and a link to the wiki page.
 +
 
 +
* End-to-end development process:  Hello World to App Store (a lot of this exists, so it would be pulling pieces together)
 +
* Creating an app that follows the UI design guidelines.  Create the "perfect app"
 +
* How to embed video or audio.  How to use multimedia features
 +
* How to perform certain animations.  (e.g. flip window around vertical access.  slide window left/right.  other...)
 +
* How to create a camera app (get live video stream)
 +
* How to get system info:  network connection (isConnected, bandwidth), battery, disk space, etc.
 +
* How to discover and use USB connected devices
 +
* Porting Android Applications to Qt/MeeGo
 +
* QML/Build Your Own Widgets from Existing QML Elements (see https://qt.gitorious.org/qt-components/qt-components for the "official" QML components for MeeGo)
 +
* Getting openssh to install on virtualized MeeGo
 +
 
 +
Thanks for any contributions!
 +
 
 +
[[Category:Tutorial|*]]

Latest revision as of 22:14, 13 April 2011

The following tutorials have been created by various authors. You are welcome and encouraged to contribute to this page. Please read: How to Create a Tutorial

Contents

Tutorials

Reviewed

The tutorials in this section have been reviewed and found to be accurate, up-to-date, and useful. The date for each article reflects the date that the tutorial was moved to the "Reviewed" section. Click the title to view the tutorial.

As we get more tutorials, they should be grouped in categories such as: Multimedia, Communications, Games, Qt features, QML features, etc.

Title Date Author Reviewed By
How to create foobar sample tutorial Nov 22, 2010 Bob Spencer Jim Jones
Installing openssh in MeeGo Apr 13, 2011 David J Medawar Bob Spencer

Request Review

The tutorials listed in this section have not yet been reviewed. Please add all new tutorials to this section.

Please note: the tutorials in this section already exist and are waiting for a review. If you want to suggest a new tutorial which hasn't been written yet, please use the Suggested Topics section below.

QML/Creating a transparent window Elliot Smith
QML/Internationalisation Elliot Smith
QML/Keyboard navigation Elliot Smith
QML/Full-screen applications Elliot Smith
SDK/Tutorials/Packaging John(Zhang) Chen
SDK/Tutorials/Add_a_new_target Jackie(Weihua) Wu
SDK/Tutorials/Integrate_Your_Target&Runtime_to_MADDE Bintian Wang
SDK/Tutorials/Image_Creation (NAND) Fathi Boudra
D-Bus/Overview Elliot Smith, Kimmo Virtanen
Debian_users_translation_guide Lbt

Suggested Topics

The following tutorials are requested. If you would like to see a tutorial on a specific topic, please enter it below. If you start a tutorial from below, please delete the topic and put a new line in the "Request Review" table with "In Progress" and a link to the wiki page.

  • End-to-end development process: Hello World to App Store (a lot of this exists, so it would be pulling pieces together)
  • Creating an app that follows the UI design guidelines. Create the "perfect app"
  • How to embed video or audio. How to use multimedia features
  • How to perform certain animations. (e.g. flip window around vertical access. slide window left/right. other...)
  • How to create a camera app (get live video stream)
  • How to get system info: network connection (isConnected, bandwidth), battery, disk space, etc.
  • How to discover and use USB connected devices
  • Porting Android Applications to Qt/MeeGo
  • QML/Build Your Own Widgets from Existing QML Elements (see https://qt.gitorious.org/qt-components/qt-components for the "official" QML components for MeeGo)
  • Getting openssh to install on virtualized MeeGo

Thanks for any contributions!

Personal tools