<?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>AML &#124; Application Markup Language &#187; Announcements</title>
	<atom:link href="http://www.amlcode.com/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amlcode.com</link>
	<description></description>
	<lastBuildDate>Sun, 03 Oct 2010 16:49:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>AML Source Library for Android Posted</title>
		<link>http://www.amlcode.com/2010/07/20/aml-source-library-for-android-posted/</link>
		<comments>http://www.amlcode.com/2010/07/20/aml-source-library-for-android-posted/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 06:19:47 +0000</pubDate>
		<dc:creator>Jeff Rowberg</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.amlcode.com/?p=200</guid>
		<description><![CDATA[For anyone interested in this project, as new as it is, I&#8217;ve just put up the first download on the Google Code project page. It&#8217;s Android-only at the moment, and it still needs a lot more features before I&#8217;ll be happy with it, but it works. There&#8217;s even a bit of documentation to get you&#8230;]]></description>
			<content:encoded><![CDATA[<p>For anyone interested in this project, as new as it is, I&#8217;ve just put up the first download on the <a href="http://code.google.com/p/amlcode/downloads/list">Google Code project page</a>. It&#8217;s Android-only at the moment, and it still needs a lot more features before I&#8217;ll be happy with it, but it works. There&#8217;s even a bit of <a href="/documentation">documentation</a> to get you started. The code isn&#8217;t much, but it is error free and works out of the box with the simple directions on the aforementioned documentation page.</p>
<p>You can either download the archive, which contains the library source (AMLCode) and a test project (AMLTest), or you can use the Subversion repository if you prefer. Please check it out and see what you think. I tried to make the implementation as simple as possible, and the markup is pretty self-explanatory, but the lack of any documentation  beyond just the first steps of integration will be a problem. The docs will grow as I continue working on the project.</p>
<p>For now, any <a href="/feedback">feedback</a> of any kind is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amlcode.com/2010/07/20/aml-source-library-for-android-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AML Website is Live</title>
		<link>http://www.amlcode.com/2010/07/14/aml-website-is-live/</link>
		<comments>http://www.amlcode.com/2010/07/14/aml-website-is-live/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 04:33:50 +0000</pubDate>
		<dc:creator>Jeff Rowberg</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.amlcode.com/?p=104</guid>
		<description><![CDATA[Okay, so I admit, anyone who is reading this post on the new AML website already knows this, but I figured it was newsworthy enough anyway. I&#8217;ve finished the current draft of the AML project website here at www.amlcode.com. The website has all of the important info transferred over from my original blog post about&#8230;]]></description>
			<content:encoded><![CDATA[<p>Okay, so I admit, anyone who is reading this post on the new AML website already knows this, but I figured it was newsworthy enough anyway. I&#8217;ve finished the current draft of the AML project website here at <a href="http://www.amlcode.com">www.amlcode.com</a>. The website has all of the important info transferred over from my original <a href="http://www.sectorfej.net/2010/07/10/rapid-android-development-with-aml/">blog post</a> about the project, and a much more structured layout (obviously). There&#8217;s a <a href="/feedback">feedback form</a> for any question or comments, an <a href="/examples">examples</a> page, and perhaps most importantly, a <a href="/roadmap">roadmap</a> to outline the development plans.</p>
<p>This is the first real open source project I&#8217;ve contributed to, and honestly it&#8217;s pretty exciting. I don&#8217;t know if I can even put my finger on why, but it is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amlcode.com/2010/07/14/aml-website-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Beginning of AML</title>
		<link>http://www.amlcode.com/2010/07/12/the-beginning-of-aml/</link>
		<comments>http://www.amlcode.com/2010/07/12/the-beginning-of-aml/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 03:04:14 +0000</pubDate>
		<dc:creator>Jeff Rowberg</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.amlcode.com/?p=30</guid>
		<description><![CDATA[I spent four days last week picking up a working knowledge of Android development, and out of that effort came the first bits of what I have called Application Markup Language. It isn&#8217;t meant to (or going to) replace the current method of developing mobile apps entirely, but it will fill a niche, especially as&#8230;]]></description>
			<content:encoded><![CDATA[<p>I spent four days last week picking up a working knowledge of Android development, and out of that effort came the first bits of what I have called Application Markup Language. It isn&#8217;t meant to (or going to) replace the current method of developing mobile apps entirely, but it will fill a niche, especially as it becomes more feature-complete.</p>
<p>I shared a <a href="http://www.sectorfej.net/2010/07/10/rapid-android-development-with-aml/">blog post</a> about what I came up with on <a href="http://www.dzone.com/links/rapid_android_development_with_aml.html">D-Zone</a>, and received a tremendous response&mdash;over 800 visits in one day. That may not seem like much to some of you, but my blog usually gets perhaps 20 hits on a good day. A 4,000% increase in traffic really told me something: there&#8217;s a definite interest in this project. The <a href="http://www.sectorfej.net/2010/07/10/rapid-android-development-with-aml/#comments">comments</a> I got on that blog post were helpful and provided a few excellent ideas.</p>
<p>So, I registered a domain name, created the <a href="http://code.google.com/p/amlcode/">amlcode project on on Google Code</a>, created a <a href="http://twitter.com/amlcode</a>, and here we are. I&#8217;ve also put up a very basic <a href="/roadmap">Roadmap</a> page to show where we&#8217;ve come from and what&#8217;s next on the development list. Check out the <a href="/">home page</a> for a description of what exactly AML is and does, then look at the <a href="/examples">Examples</a> page, or the <a href="http://code.google.com/p/amlcode/downloads/list">downloads</a> page on the Google Code repository.</p>
<p>Check back soon for more updates! Or, better yet, follow <a href="http://twitter.com/amlcode">@amlcode</a> on Twitter and/or subscribe to the <a href="http://www.amlcode.com/feed">AML News RSS feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amlcode.com/2010/07/12/the-beginning-of-aml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

