Mono: Difference between revisions
New page: {{Developers}} {{Stub}} Sugar activities are usually written in Python using the Python Activity API. This page documents how it is possible to use Mono to write a Suga... |
No edit summary |
||
| Line 122: | Line 122: | ||
= Example Activity written in Mono = | = Example Activity written in Mono = | ||
You can find [http://mk8.codewiz.org/olpc/MonkeysMemory-13.xo a sample activity] written using Mono. [[MonkeysMemory | Here]] you can find the specific page about this activity. | You can find [http://mk8.codewiz.org/olpc/MonkeysMemory-13.xo a sample activity] written using Mono. [[MonkeysMemory | Here (TODO)]] you can find the specific page about this activity. | ||
= Assembly dependency = | = Assembly dependency = | ||
| Line 128: | Line 128: | ||
The source code of sugar assembly can be found [http://mk8.codewiz.org/wiki/sugar-0.1.tgz here]. | The source code of sugar assembly can be found [http://mk8.codewiz.org/wiki/sugar-0.1.tgz here]. | ||
= Tutorial = | |||
Following are some Labs to learn step by step how to develop a Sugar activity using Mono. These tutorial should be use with a pre-installed VMWare Virtual Machine. This virtual machine is downloadable [http://olpc-france.org here (TODO)]. | |||
* Lab 1: [[Create your first activity using Mono]] | |||
* Lab 2: [[How to store information in the Journal using Mono]] | |||