<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David LeRay</title>
	<atom:link href="http://www.davidleray.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.davidleray.com</link>
	<description>Lawyer Engineer Extraordinaire</description>
	<lastBuildDate>Sun, 02 Dec 2012 20:51:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Development Environment</title>
		<link>http://www.davidleray.com/?p=1</link>
		<comments>http://www.davidleray.com/?p=1#comments</comments>
		<pubDate>Sun, 02 Dec 2012 02:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[I think it makes sense for my first post to describe my development environment, or essentially, what software/hardware/services do I use to make apps. So here goes. Mostly aimed at beginners looking to try out Android programming! All of the tools mentioned are free. &#160; ECLIPSE Eclipse is an IDE, or interactive development environment, for [...]]]></description>
			<content:encoded><![CDATA[<p>I think it makes sense for my first post to describe my development environment, or essentially, what software/hardware/services do I use to make apps. So here goes. Mostly aimed at beginners looking to try out Android programming! All of the tools mentioned are free.</p>
<p>&nbsp;</p>
<p><strong><a title="Eclipse" href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR1/eclipse-java-juno-SR1-win32.zip">ECLIPSE</a></strong></p>
<p>Eclipse is an IDE, or interactive development environment, for the Java programming language. Well actually, you can use it for many languages, but I will focus on the Java part. Most of the actual programming is done here. Newbies should try to make a &#8220;Hello World&#8221; version of a Java program that simply prints out &#8220;Hello Eclipse&#8221; found <a href="http://www.vogella.com/articles/Eclipse/article.html#firstjava">here</a>.</p>
<p>&nbsp;</p>
<p><strong>Google App Engine</strong></p>
<p><strong></strong>Google App Engine is an easy way to provide a server for your apps, albeit with a catch. If your app takes off, you have to pay cash accordingly. In the long run it is likely cheaper to use another service. But it is super easy and free in the short term so worth it for small projects! This easily integrates with Eclipse through the <a href="https://developers.google.com/appengine/docs/java/tools/eclipse">Google Plugin</a>. After you finish writing the server side of your app, you can upload to GAE with the click of a button.</p>
<p>&nbsp;</p>
<p><strong>Android SDK/ADT</strong></p>
<p>If you want to write android apps, you also need the Android &#8220;SDK&#8221; so Android devices know how your program works. <a href="http://developer.android.com/tools/sdk/eclipse-adt.html">ADT</a> is an eclipse plugin to make Android setup easy. ADT also comes with Android emulators to test out your programs (you can also use actual Android hardware).</p>
<p>&nbsp;</p>
<p>Well that&#8217;s about it!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidleray.com/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
