<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">>> Chances are:</span><br style="font-family:arial,sans-serif;font-size:13px">>><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">>> a. your activity has scrollable content (Get Things Done for example)</span><div>
<br></div><div>This is my preferred method in applications I am used to develop in Java (with the Swing GUI library). Meanwhile, I am wondering whether this is the best strategy in order to augment the user experience in the XO.</div>
<div><br><span style="font-family:arial,sans-serif;font-size:13px">>> b. your activity adapts to the available space (Gears for example)</span><br style="font-family:arial,sans-serif;font-size:13px"></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><font face="arial, sans-serif">Maybe I should check how this is done in Gears.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">______________________________________________________________________________</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">There is also another point that could improve my development work :</font></div><div><font face="arial, sans-serif"><br></font></div>
<div><font face="arial, sans-serif">as my project LearningChess should be "divided" into several subactivities (one for the very basical moves, one for the main special moves such as castling/en-passant prise/promotion..., one for the won/lost/draw game state), no doubt that there will be common code between the different activities.</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">So I am seeking for a way to share some code/ressources from a common repository reserved for that purpose, to the different official activities : is that simple to do in Github (so in Sugar gitorious) ? Or maybe, the best way to develop this learning is to develop a single activity from which I add a single menu ?</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Regards</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/6 Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2014/1/6 laurent bernabe <<a href="mailto:laurent.bernabe@gmail.com">laurent.bernabe@gmail.com</a>>:<br>
> Thank you for your advices.<br>
><br>
> In fact, for the pictures, I plan to use those from Wikimedia Commons : I've<br>
> been told on this mailing list that it can be OK.<br>
><br>
> For the screen sizes, I'll try to do my best to work for the common screen<br>
> sizes, though I have a laptop of 16'' (an so a kind of 16/9 configuration<br>
> instead of 4/3).<br>
<br>
Chances are:<br>
<br>
a. your activity has scrollable content (Get Things Done for example)<br>
b. your activity adapts to the available space (Gears for example)<br>
<br>
So you don't need to worry about screen aspect ratios, just make sure<br>
your content either scrolls (a) or adapts (b).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
.. manuq ..<br>
</font></span></blockquote></div><br></div>