<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>simple blog</title>
	<atom:link href="http://asantoso.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://asantoso.wordpress.com</link>
	<description>design patterns, mobile, technology, philosophy.</description>
	<lastBuildDate>Mon, 23 Jan 2012 07:04:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='asantoso.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>simple blog</title>
		<link>http://asantoso.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://asantoso.wordpress.com/osd.xml" title="simple blog" />
	<atom:link rel='hub' href='http://asantoso.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Approaches to Multitasking in Android</title>
		<link>http://asantoso.wordpress.com/2010/08/06/approaches-to-multitasking-in-android/</link>
		<comments>http://asantoso.wordpress.com/2010/08/06/approaches-to-multitasking-in-android/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 23:55:42 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=173</guid>
		<description><![CDATA[Hello all on the interwebz, just want to share a few things regarding approaches to multitasking in Android. You should perform multitasking in order not to block the UI thread if you have an application that requires long asynchronous operations The first way is to use the AsyncTask class provided by the Android API. Using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=173&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2010/08/06/approaches-to-multitasking-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>
	</item>
		<item>
		<title>Roof view</title>
		<link>http://asantoso.wordpress.com/2010/07/19/roof-view/</link>
		<comments>http://asantoso.wordpress.com/2010/07/19/roof-view/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:34:08 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Alternate Life]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=154</guid>
		<description><![CDATA[A view of the roof showing green suction pipe leading to a collection chamber. Filed under: Alternate Life Tagged: Alternate Life<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=154&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2010/07/19/roof-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/07/bsas-roof.jpg?w=150" medium="image">
			<media:title type="html">bsas-roof</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/07/bsas-log.jpg?w=150" medium="image">
			<media:title type="html">bsas-log</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Best-Practices and Notes</title>
		<link>http://asantoso.wordpress.com/2010/07/19/android-best-practices/</link>
		<comments>http://asantoso.wordpress.com/2010/07/19/android-best-practices/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:17:25 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=149</guid>
		<description><![CDATA[Self-note: Best approaches and best practices when developing Android applications 1. Use the parcelable as a data transfer mechanism instead of passing extras. Easier maintenance and higher readability for the cost of a couple lines of codes. 2. Offload all non-UI codes to non UI-threads (UI thread = Main thread). Any application must have at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=149&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2010/07/19/android-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>
	</item>
		<item>
		<title>Android How-To: Implement a more responsive asynchronous image loading in a ListView widget</title>
		<link>http://asantoso.wordpress.com/2010/06/04/android-how-to-implement-a-more-responsive-asynchronous-image-loading-in-a-listview-widget/</link>
		<comments>http://asantoso.wordpress.com/2010/06/04/android-how-to-implement-a-more-responsive-asynchronous-image-loading-in-a-listview-widget/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:12:54 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asynchronous image loading]]></category>
		<category><![CDATA[listview]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=141</guid>
		<description><![CDATA[Conforming to Android UI design guidelines presented at Google I/O 2010, if you want to have a fast and responsive UI,  heavy high latency operations should be moved out of the main thread and offloaded to another thread. One of the example provided by Mark Murphy&#8217;s CommonsWare involves calling AsyncTask to load images in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=141&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2010/06/04/android-how-to-implement-a-more-responsive-asynchronous-image-loading-in-a-listview-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>
	</item>
		<item>
		<title>Yet Another Native Facebook Client For Android</title>
		<link>http://asantoso.wordpress.com/2010/03/30/yet-another-native-facebook-client-for-android/</link>
		<comments>http://asantoso.wordpress.com/2010/03/30/yet-another-native-facebook-client-for-android/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:01:53 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=134</guid>
		<description><![CDATA[Hello everyone on the interwebs, we&#8217;ve seen within the past one year how phenomenal the Android platform has grown but currently there are still not many Facebook clients that integrate well with Android many-awesome features. I&#8217;ve been working on creating a &#8220;yet another facebook client&#8221; since the past few months. I have not decided on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=134&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2010/03/30/yet-another-native-facebook-client-for-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/03/moobook-comments1.png?w=180" medium="image">
			<media:title type="html">moobook-comments</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/03/moobook-phototags.png?w=180" medium="image">
			<media:title type="html">moobook-phototags</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/03/moobook.png?w=180" medium="image">
			<media:title type="html">moobook</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2010/03/moobook-photos.png?w=180" medium="image">
			<media:title type="html">moobook-photos</media:title>
		</media:content>
	</item>
		<item>
		<title>Using jdb (java debugger) with adb (android debug bridge) to debug Android app on a handset (without ADT plugin).</title>
		<link>http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/</link>
		<comments>http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:20:31 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=107</guid>
		<description><![CDATA[Method 1: Debug from CLI Launch target apk.  Get pid of target app. Forward target app remote port (jdwp:&#60;pid&#62;) to local tcp port (tcp:&#60;#&#62;).  Attach jdp to specified tcp port. (apk manifest with debuggable=&#8221;true&#8221;) scripts: #!/bin/bash #adb kill-server #sleep 1 #adb start-server adb wait-for-device cmd="adb -d shell am start -e debug true -a android.intent.action.MAIN -c [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=107&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing complex data between two activities via byte serialization (Google protobuf)</title>
		<link>http://asantoso.wordpress.com/2009/09/22/passing-complex-data-between-two-activities-via-serialization-google-protobuf/</link>
		<comments>http://asantoso.wordpress.com/2009/09/22/passing-complex-data-between-two-activities-via-serialization-google-protobuf/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:56:17 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android 1.5]]></category>
		<category><![CDATA[Cupcake]]></category>
		<category><![CDATA[protobuf]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=76</guid>
		<description><![CDATA[UPDATE:  A much better way for passing data between Activities is to use the Parcelable interface. Use protobuf if you want to serialize an object without using heavy Java serialization. First time android developer frequently asked question:  How to pass complex data from one activity to another?  One exotic example is to use XML string [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=76&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2009/09/22/passing-complex-data-between-two-activities-via-serialization-google-protobuf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2009/09/activity_diagram1.png" medium="image">
			<media:title type="html">activity_diagram</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2009/09/passing_data_2_activites.png" medium="image">
			<media:title type="html">passing_data_2_activites</media:title>
		</media:content>
	</item>
		<item>
		<title>How to build Android application package (.apk) from the command line using the SDK tools + continuously integrated using CruiseControl.</title>
		<link>http://asantoso.wordpress.com/2009/09/15/how-to-build-android-application-package-apk-from-the-command-line-using-the-sdk-tools-continuously-integrated-using-cruisecontrol/</link>
		<comments>http://asantoso.wordpress.com/2009/09/15/how-to-build-android-application-package-apk-from-the-command-line-using-the-sdk-tools-continuously-integrated-using-cruisecontrol/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:31:49 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CruiseControl]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=60</guid>
		<description><![CDATA[Hello all android developers, I just want to share my experience building android apk manually using sdk tools without using Eclipse.  My original goal is motivated firstly by the desire to incorporate continuous integration aspect to Android development process and secondly to ditch the ADT eclipse plugin since the plugin auto-build process blocks Eclipse UI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=60&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2009/09/15/how-to-build-android-application-package-apk-from-the-command-line-using-the-sdk-tools-continuously-integrated-using-cruisecontrol/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2009/09/build-flow1.png" medium="image">
			<media:title type="html">build-flow</media:title>
		</media:content>
	</item>
		<item>
		<title>First attempt at creating 3D Flash content using Away3D v2.10 and Maya</title>
		<link>http://asantoso.wordpress.com/2009/02/25/away3d-shoe/</link>
		<comments>http://asantoso.wordpress.com/2009/02/25/away3d-shoe/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:26:36 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=40</guid>
		<description><![CDATA[A first attempt at 3D flash content in Flash using Away3D (v2.10) and Maya. The model is my old sneaker. drag mouse to rotate the model. download source code here Posted in Flash Tagged: Away3D, Flash, Maya<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=40&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2009/02/25/away3d-shoe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>

		<media:content url="http://asantoso.files.wordpress.com/2009/02/away3d_shoe.png" medium="image">
			<media:title type="html">away3d_shoe</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon.com Phone Interviews</title>
		<link>http://asantoso.wordpress.com/2009/02/22/amazon-interviews/</link>
		<comments>http://asantoso.wordpress.com/2009/02/22/amazon-interviews/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:35:44 +0000</pubDate>
		<dc:creator>asantoso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon]]></category>

		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=27</guid>
		<description><![CDATA[Round #1: Given two arrays of integers, get the union of them. Round #2: Testing, OOD and Regex questions.  Design classes for a mathematical equation. Find all phone numbers in a big file. Round #3: Given an array of integers and a target number, find all two numbers in the array that sum up to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asantoso.wordpress.com&amp;blog=380229&amp;post=27&amp;subd=asantoso&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://asantoso.wordpress.com/2009/02/22/amazon-interviews/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1d5914fb0485d2f14378f5dfc2a63bac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asantoso</media:title>
		</media:content>
	</item>
	</channel>
</rss>
