<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/26/2013 03:52 PM, Tommy McCarthy
wrote:<br>
</div>
<blockquote
cite="mid:184380097.8662728.1372276356612.JavaMail.root@redhat.com"
type="cite">
<pre wrap="">Hey everyone,
I just pushed out the first iteration of the Android Push tutorial, similar to the iOS tutorial, to my GitHub account. I'm looking for some feedback on what I have so far (including style, content, depth, etc.)
<a class="moz-txt-link-freetext" href="https://github.com/tmccarthy9/aerogear.org/tree/master/docs/guides/aerogear-push-android">https://github.com/tmccarthy9/aerogear.org/tree/master/docs/guides/aerogear-push-android</a>
Of course, I will be both finishing and polishing it up before I submit a pull request, but I'd like to know what everyone thinks so far.
Thanks for your help!
Tommy McCarthy
_______________________________________________
aerogear-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a>
</pre>
</blockquote>
For sanity's sake, would you like me to refactor the PushEEDemo
project to be a maven project so instead of all the mucking about in
hyperspace^H^H^H^H^H^H^H^H Eclipse you just gave to do <br>
<br>
<div>
<div>
<pre><code>git clone <a class="moz-txt-link-freetext" href="https://github.com/aerogear/aerogear-android.git">https://github.com/aerogear/aerogear-android.git</a> --branch push
cd aerogear-android
mvn install
</code></pre>
</div>
</div>
<pre><code>git clone <a class="moz-txt-link-freetext" href="https://github.com/secondsun/PushEEDemo">https://github.com/secondsun/PushEEDemo</a>
cd PushEEDemo
mvn android:run
</code><font face="sans-serif">?</font><code>
</code></pre>
</body>
</html>