<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 7 August 2013 22:57, Mauro Souza <span dir="ltr"><<a href="mailto:thoriumbr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" target="_blank">thoriumbr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div>A very easy framework is Game Closure (<a href="http://www.gameclosure.com" target="_blank">www.gameclosure.com</a>). I installed it a couple months ago, messed with it a little but never got time to do anything serious. But looks interesting, and creates apps for Android and iOS.<br>


</div>It's javascript/css/html5 based, and says it can achieve native speeds.<br></div><div class="gmail_extra"><br clear="all"><div>Mauro<br><a href="http://mauro.limeiratem.com" target="_blank">http://mauro.limeiratem.com</a> - registered Linux User: 294521<br>


Scripture is both history, and a love letter from God.</div><div><div class="h5">
<br><br><div class="gmail_quote">2013/8/7 E K <span dir="ltr"><<a href="mailto:ekg_ab-FFYn/CNdgSA@public.gmane.org" target="_blank">ekg_ab-FFYn/CNdgSA@public.gmane.org</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


Hi,<br>
<br>
I got a project for mobile app development. I have no idea about how to get started with such a project. Any idea or pointer will be greatly appreciated.<br>
<br>
Thanks,<br>
EK<br>
--<br>
The Toronto Linux Users Group.      Meetings: <a href="http://gtalug.org/" target="_blank">http://gtalug.org/</a><br>
TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>
How to UNSUBSCRIBE: <a href="http://gtalug.org/wiki/Mailing_lists" target="_blank">http://gtalug.org/wiki/Mailing_lists</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div><div class="gmail_extra">I looked at doing Android development.  Getting started was so painful that I never really got off the ground (although that may have been pre-ordained for other reasons).  But the most obvious place to start is here:<br>
<br><a href="https://developer.android.com/sdk/index.html">https://developer.android.com/sdk/index.html</a><br><br></div><div class="gmail_extra">You can get the SDK which either includes or requires Eclipse (ugh) and Android emulators for every rev of the OS you can imagine.  Expect to need at least 2Gig of HD space (that's gigabytes, it's immense).<br>
<br></div><div class="gmail_extra">One of the things that frustrated me is that a dummy Android project has to have something on the order of six directories and 12 files, just to compile and do NOTHING: the Dalvik set-up is that complex.  <sigh><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">Also interesting if you have an Android device with a keyboard you can actually program on is AIDE:<br><br><a href="https://play.google.com/store/apps/details?id=com.aide.ui">https://play.google.com/store/apps/details?id=com.aide.ui</a><br>
<br></div><div class="gmail_extra">It's an IDE for Android development that runs on Android.  I did no real development with it, but succeeded in compiling and running a dummy app far more easily than with the Android SDK on a Linux machine.  Might be worth looking at.<br clear="all">
</div><div class="gmail_extra"><br></div><div class="gmail_extra">Mauro's post relates to doing stuff in HTML/JS/CSS, and that may be a saner way to work.  You have a much better chance of it also working on iOS if that's of interest to you.  Beyond that I know nothing about iOS development.<br>
<br></div><div class="gmail_extra">Finally, I'll put in a pitch for a few favourite apps related to development: if you have a physical keyboard, "vim touch" is an almost-complete recreation of (almost) everyone's favourite editor for Android.  If you don't have a physical keyboard, "The Hacker's Keyboard" (hey, it's got CTRL and arrow keys) and the "Jota" and "Jota+" editor are excellent.<br>
</div><div class="gmail_extra"><br>-- <br>Giles<br><a href="http://www.gilesorr.com/">http://www.gilesorr.com/</a><br><a href="mailto:gilesorr@gmail.com">gilesorr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>
</div></div>