<?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>Avilyne Technologies</title>
	<atom:link href="http://avilyne.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://avilyne.com</link>
	<description>Innovations in Information Technology</description>
	<lastBuildDate>Wed, 26 Sep 2012 22:46:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Android and GCM &#8211; Broadcast Yourself</title>
		<link>http://avilyne.com/?p=267</link>
		<comments>http://avilyne.com/?p=267#comments</comments>
		<pubDate>Sun, 29 Jul 2012 10:31:54 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GCM]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=267</guid>
		<description><![CDATA[At the 2012 Google IO conference, Google announced the release of Google Cloud Messaging, AKA GCM, as a replacement for its Cloud to Device Messaging (C2DM) protocol. Being new to cloud messaging, I was glad to have the chance to start with something fresh, knowing that I did not have to unlearn any earlier protocols [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=267</wfw:commentRss>
		<slash:comments>108</slash:comments>
		</item>
		<item>
		<title>Android vs iOS &#8211; a Continuing Existential Choice</title>
		<link>http://avilyne.com/?p=256</link>
		<comments>http://avilyne.com/?p=256#comments</comments>
		<pubDate>Sat, 26 May 2012 12:12:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=256</guid>
		<description><![CDATA[After spending a bit of time developing Android apps, I&#8217;ve recently started working in iOS, using XCode 4.3 on a MacBook Pro. It&#8217;s a challenge to essentially start from scratch in iOS after getting comfortable with Android. I feel like I&#8217;ve just climbed a mountain and reached a nice plateau, only to see that there&#8217;s [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=256</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionBarSherlock : New Life for Old Android SDKs</title>
		<link>http://avilyne.com/?p=180</link>
		<comments>http://avilyne.com/?p=180#comments</comments>
		<pubDate>Tue, 24 Apr 2012 04:11:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActionBar]]></category>
		<category><![CDATA[ActionBarSherlock]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=180</guid>
		<description><![CDATA[The Issue Android&#8217;s look and feel options have evolved significantly from the first SDK releases, now 4-ish or so years ago. Android 4.0, the API 14 release, labelled &#8220;Ice Cream Sandwich&#8221; (ICS, for short), includes many new native enhancements, not the least of which is the ActionBar. But many Android devices do not yet have [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Essbase and the Outside World</title>
		<link>http://avilyne.com/?p=173</link>
		<comments>http://avilyne.com/?p=173#comments</comments>
		<pubDate>Tue, 03 Apr 2012 22:10:46 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=173</guid>
		<description><![CDATA[Olap4j is an open-source java API for OLAP. It can be used in much the same way as a JDBC driver would be used for relational data sources. I made some very small changes to the driver source code, which should now make it possible for a variety of client-side tools to retrieve metadata and [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Android REST Client and Tomcat REST Webservice</title>
		<link>http://avilyne.com/?p=105</link>
		<comments>http://avilyne.com/?p=105#comments</comments>
		<pubDate>Mon, 19 Mar 2012 23:54:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Jersey]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=105</guid>
		<description><![CDATA[Project Overview This post will describe simple client-server communications between an Android app and a web service using REST techniques, particularly GET and POST. For this demo, we will be sending and receiving data for a simple Java class called Person, which includes a firstName, lastName and email address. The data stored in an instance [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=105</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>An Android Stock Reader Using the Google Stock API</title>
		<link>http://avilyne.com/?p=33</link>
		<comments>http://avilyne.com/?p=33#comments</comments>
		<pubDate>Wed, 14 Mar 2012 13:04:46 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[AsyncTask]]></category>
		<category><![CDATA[HttpRequest]]></category>
		<category><![CDATA[HttpResponse]]></category>
		<category><![CDATA[ProgressDialog]]></category>
		<category><![CDATA[XmlPullParser]]></category>

		<guid isPermaLink="false">http://avilyne.com/?p=33</guid>
		<description><![CDATA[Overview The Android app described in this post will cover the following concepts: Performing a lengthy task in a separate thread with our own AsyncTask Submitting a HTTP request and handling HttpResponse data Creating a progress dialog Handling XML data with XMlPullParser Prerequisites You should have the Android SDK installed, and the Eclipse Android add-in, [...]]]></description>
		<wfw:commentRss>http://avilyne.com/?feed=rss2&#038;p=33</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
