Mobile Dev Camp 2010

(wikify slightly)
 
Line 1: Line 1:
-
= Mobile Dev Camp 2010 =
 
-
 
[[Image: mdc.png]]
[[Image: mdc.png]]
Nokia is one of the sponsors of this years' [http://mobiledevcamp.fi/ Mobile Dev-Camp] in Helsinki. Part of the engagement there is a developer competition. For the details please follow up on this page.
Nokia is one of the sponsors of this years' [http://mobiledevcamp.fi/ Mobile Dev-Camp] in Helsinki. Part of the engagement there is a developer competition. For the details please follow up on this page.
-
 
-
 
-
= COMPETITION STARTED =
 
== Competition ==
== Competition ==
Line 26: Line 21:
'''The best application will be selected by a jury. Looking forward to seeing you on Saturday!'''</div>
'''The best application will be selected by a jury. Looking forward to seeing you on Saturday!'''</div>
-
 
=== What do I have to do? ===
=== What do I have to do? ===
Line 34: Line 28:
* the application has to be written in Qt
* the application has to be written in Qt
* it has to work either on a Symbian device or the N900.
* it has to work either on a Symbian device or the N900.
-
 
-
 
=== What can I win? ===
=== What can I win? ===
Line 41: Line 33:
The winner-team of the competition gets:
The winner-team of the competition gets:
-
* 1xN900 if your application runs on Maemo
+
* 1x[[Nokia N900|N900]] if your application runs on Maemo
* 1xN97 mini, if your application runs on Symbian
* 1xN97 mini, if your application runs on Symbian
* 1xN900 '''AND''' 1xN97 mini if the application runs on both systems.
* 1xN900 '''AND''' 1xN97 mini if the application runs on both systems.
You can win if your application is implemented according to the rules, we release 48 hours before the event, and if it is selected as the best application by a jury.
You can win if your application is implemented according to the rules, we release 48 hours before the event, and if it is selected as the best application by a jury.
-
 
-
 
-
 
-
 
=== How can I prepare? ===
=== How can I prepare? ===
Check the information in the getting started section of this page. Further join the IRC channel on freenode (#nokia_MDC) to get support with the set-up.
Check the information in the getting started section of this page. Further join the IRC channel on freenode (#nokia_MDC) to get support with the set-up.
-
 
-
 
-
 
=== How can I participate? ===
=== How can I participate? ===
You can participate alone or as a group. Follow the rules out, start coding and present your idea at the event.
You can participate alone or as a group. Follow the rules out, start coding and present your idea at the event.
-
 
-
 
-
 
== Workshop at the event ==
== Workshop at the event ==
People from Maemo Devices and Forum Nokia will be present in the Nokia workshop room during the entire event. Come around to ask questions, chat, ask for demonstrations and discuss about topics around the development environment. There won’t be a fixed schedule, but everything around your questions. Showing how to set-up the environment, small code-snippets, how to start developing for Nokia devices etc. The goal is to get the hands on Qt-development for mobile devices and have some fun. For the people who are working on applications for the competition, there will be support for all your questions.
People from Maemo Devices and Forum Nokia will be present in the Nokia workshop room during the entire event. Come around to ask questions, chat, ask for demonstrations and discuss about topics around the development environment. There won’t be a fixed schedule, but everything around your questions. Showing how to set-up the environment, small code-snippets, how to start developing for Nokia devices etc. The goal is to get the hands on Qt-development for mobile devices and have some fun. For the people who are working on applications for the competition, there will be support for all your questions.
-
 
-
 
-
 
== Getting Started ==
== Getting Started ==
-
 
'''QtSDK'''
'''QtSDK'''
[http://qt.nokia.com/products/developer-tools QtCreator] is an easy to use cross-platform IDE. It includes QtDesigner, a powerful tool to create the UI. Further the QtSDK contains the libraries, which are necessary to compile and run your application in your native environment.
[http://qt.nokia.com/products/developer-tools QtCreator] is an easy to use cross-platform IDE. It includes QtDesigner, a powerful tool to create the UI. Further the QtSDK contains the libraries, which are necessary to compile and run your application in your native environment.
-
 
'''[http://qt.nokia.com/downloads Download the QtSDK for your system]'''
'''[http://qt.nokia.com/downloads Download the QtSDK for your system]'''
-
 
After downloading follow the installation instructions of the installer.
After downloading follow the installation instructions of the installer.
-
 
Special notes for Linux and Mac:
Special notes for Linux and Mac:
* Mac OS X: [http://developer.apple.com/tools/xcode/ XCode] required.
* Mac OS X: [http://developer.apple.com/tools/xcode/ XCode] required.
* Linux: GCC required.
* Linux: GCC required.
-
 
-
 
-
 
-
 
'''MADDE'''
'''MADDE'''
-
[[MADDE | MADDE]] is a command-line cross-compilation tool for Maemo 5. It offers a smooth way to compile your Qt application for the device. It is available for Windows, OS X and Linux.
+
[[MADDE|MADDE]] is a command-line cross-compilation tool for Maemo 5. It offers a smooth way to compile your Qt application for the device. It is available for Windows, OS X and Linux.
-
 
+
'''[http://tablets-dev.nokia.com/MADDE.php Download MADDE]'''
'''[http://tablets-dev.nokia.com/MADDE.php Download MADDE]'''
-
 
-
 
-
 
=== Links ===
=== Links ===
Line 112: Line 79:
[http://www.forum.nokia.com/Tools_Docs_and_Code/Documentation/Maemo.xhtml Qt on Maemo 5 - Examples]
[http://www.forum.nokia.com/Tools_Docs_and_Code/Documentation/Maemo.xhtml Qt on Maemo 5 - Examples]
-
[http://wiki.maemo.org/Qt Qt on Maemo 5 - General information]
+
[[Qt-Maemo|Qt on Maemo 5 - General information]]
-
 
+
-
 
+
'''MADDE'''
'''MADDE'''
-
[http://wiki.maemo.org/MADDE/Qt_Example Simple Qt example with MADDE]
+
[[MADDE/Qt Example|Simple Qt example with MADDE]]
-
[http://wiki.maemo.org/MADDE/Device_runtime How to test an application on Device]
+
[[MADDE/Device_runtime|How to test an application on Device]]
-
[http://wiki.maemo.org/MADDE/FAQ MADDE FAQ]
+
[[MADDE/FAQ|MADDE FAQ]]
[http://labs.trolltech.com/blogs/2010/02/15/qt-462-for-maemo-5-released/ Maemo, MADDE and Qt 4.6]
[http://labs.trolltech.com/blogs/2010/02/15/qt-462-for-maemo-5-released/ Maemo, MADDE and Qt 4.6]
-
 
'''Maemo 5'''
'''Maemo 5'''
-
[http://wiki.maemo.org/Documentation Maemo 5 documentation]
+
[[Documentation|Maemo 5 documentation]]
-
 
+
-
[http://wiki.maemo.org/Category:Development Development topics]
+
-
 
+
-
 
+
 +
[[:Category:Development|Development topics]]
=== IRC ===
=== IRC ===
Join the channels on freenode:
Join the channels on freenode:
-
 
+
* '''#nokia_mdc'''
-
'''#nokia_mdc'''
+
* '''#qt-maemo'''
-
 
+
* '''#maemo'''
-
'''#qt-maemo'''
+
-
 
+
-
'''#maemo'''
+
[[Category:Mobile Dev Camp 2010]]
[[Category:Mobile Dev Camp 2010]]

Latest revision as of 12:51, 8 February 2011

Image: mdc.png

Nokia is one of the sponsors of this years' Mobile Dev-Camp in Helsinki. Part of the engagement there is a developer competition. For the details please follow up on this page.

Contents

[edit] Competition

Around the event there will be a competition and Nokia will organise one Category. Follow up in the Q&A what to expect and how you can participate:

[edit] What are the rules?

  • You have 48 hours to write an application!
  • You will get basic support at the event itself and in the #nokia_MDC irc channel on freenode.net!
To win the contest write an application in Qt for Maemo or Symbian, ideally for both, which:
  • uses the QtNetwork module,
  • integrates some aspect of the social web AND
  • the general topic is "OUTSIDE"

Be creative! Interprate the rules! And start coding now!

The best application will be selected by a jury. Looking forward to seeing you on Saturday!

[edit] What do I have to do?

Follow the rules, have a brilliant idea, start coding, and present the application on the event. One thing, which we can say already:

  • the application has to be written in Qt
  • it has to work either on a Symbian device or the N900.

[edit] What can I win?

The winner-team of the competition gets:

  • 1xN900 if your application runs on Maemo
  • 1xN97 mini, if your application runs on Symbian
  • 1xN900 AND 1xN97 mini if the application runs on both systems.

You can win if your application is implemented according to the rules, we release 48 hours before the event, and if it is selected as the best application by a jury.

[edit] How can I prepare?

Check the information in the getting started section of this page. Further join the IRC channel on freenode (#nokia_MDC) to get support with the set-up.

[edit] How can I participate?

You can participate alone or as a group. Follow the rules out, start coding and present your idea at the event.

[edit] Workshop at the event

People from Maemo Devices and Forum Nokia will be present in the Nokia workshop room during the entire event. Come around to ask questions, chat, ask for demonstrations and discuss about topics around the development environment. There won’t be a fixed schedule, but everything around your questions. Showing how to set-up the environment, small code-snippets, how to start developing for Nokia devices etc. The goal is to get the hands on Qt-development for mobile devices and have some fun. For the people who are working on applications for the competition, there will be support for all your questions.

[edit] Getting Started

QtSDK

QtCreator is an easy to use cross-platform IDE. It includes QtDesigner, a powerful tool to create the UI. Further the QtSDK contains the libraries, which are necessary to compile and run your application in your native environment.

Download the QtSDK for your system

After downloading follow the installation instructions of the installer.

Special notes for Linux and Mac:

  • Mac OS X: XCode required.
  • Linux: GCC required.

MADDE

MADDE is a command-line cross-compilation tool for Maemo 5. It offers a smooth way to compile your Qt application for the device. It is available for Windows, OS X and Linux.

Download MADDE

[edit] Links

Qt

Qt documentation starting point

Qt on Maemo 5 - Examples

Qt on Maemo 5 - General information

MADDE

Simple Qt example with MADDE

How to test an application on Device

MADDE FAQ

Maemo, MADDE and Qt 4.6

Maemo 5

Maemo 5 documentation

Development topics

[edit] IRC

Join the channels on freenode:

  • #nokia_mdc
  • #qt-maemo
  • #maemo