<?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>Pocket Journey &#187; Uncategorized</title>
	<atom:link href="http://blog.pocketjourney.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pocketjourney.com</link>
	<description>Know Anywhere</description>
	<lastBuildDate>Fri, 12 Mar 2010 16:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.pocketjourney.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/343600638c2a4cd57253df5966dc072d?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pocket Journey &#187; Uncategorized</title>
		<link>http://blog.pocketjourney.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.pocketjourney.com/osd.xml" title="Pocket Journey" />
	<atom:link rel='hub' href='http://blog.pocketjourney.com/?pushpress=hub'/>
		<item>
		<title>Android Map Tutorials Updated to v1.5 (Cupcake) &#8211; MapView &amp; MapActivity</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-map-tutorials-updated-to-v1-5-cupcake-mapview-mapactivity/</link>
		<comments>http://blog.pocketjourney.com/2009/12/27/android-map-tutorials-updated-to-v1-5-cupcake-mapview-mapactivity/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:16:15 +0000</pubDate>
		<dc:creator>Biosopher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=84</guid>
		<description><![CDATA[I updated the map tutorials to v1.5 as well.  There were enough tricky challenges to getting maps working on Android that I thought it best to pass the information along. Here are the source files for this tutorial as well as all my other tutorials. Tutorial 1: Transparent Panel (Linear Layout) On MapView (Google Map) Tutorial 2: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=84&subd=pocketjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I updated the map tutorials to v1.5 as well.  There were enough tricky challenges to getting maps working on Android that I thought it best to pass the information along. Here are the <a href="http://www.pocketjourney.com/downloads/pj/tutorials/tutorials_1.5.zip">source files for this tutorial</a> as well as all my other tutorials.</p>
<p><a title="Permanent Link to &quot;Tutorial 1: Transparent Panel (Linear Layout) On MapView (Google Map)&quot;" rel="bookmark" href="http://blog.pocketjourney.com/2008/03/15/tutorial-1-transparent-panel-linear-layout-on-mapview-google-map/">Tutorial 1: Transparent Panel (Linear Layout) On MapView (Google Map)</a><br />
<a title="Permanent Link to &quot;Android Tutorial 2: “Hit” testing on a View (MapView)&quot;" rel="bookmark" href="http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/">Tutorial 2: “Hit” testing on a View (MapView)</a></p>
<p>The first challenge to using Google&#8217;s Maps in Android is simply informing Eclipse that you&#8217;ll need access to Google&#8217;s mapping API.  Instead of writing my own tutorial on this, I&#8217;ll simply point you to the same well-documented <a href="http://www.anddev.org/viewtopic.php?p=24902#24902">Android v1.5 MapActivity setup</a> that I followed.</p>
<p>The second challenge as always is getting your Map API key to function properly. Google provides <a href="http://code.google.com/android/add-ons/google-apis/mapkey.html">full details on installing your Google Map key</a>.  I spent several hours trying to figure out why my API key wasn&#8217;t working though&#8230;my Google maps always displayed as empty white/gray tiles.  Eventually I tracked the problem down to the fact that Android had created multiple debug.keystore files on my computer.  I&#8217;m running Vista so my .keystores were located in both of these directories:</p>
<p>Incorrect: <span style="text-decoration:line-through;">C:\Users\acopernicus\AppData\Local\Android\debug.keystore<br />
</span><span style="color:#339966;"><strong>Correct: </strong></span><span style="color:#339966;">C:\users\&lt;username&gt;\.android\debug.keystore</span></p>
<p><span style="color:#339966;"><span style="color:#000000;">I wasted time by using the .keystore in my AppData folder as this was the original place where the .keystores were stored in Android v1.0.  However it now seems that Android now uses the .android directory instead.  If you have problems, figure out which directory Eclipse is pulling your .keystore from when signing your apps.</span><br />
</span><span style="color:#339966;"> </span></p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pocketjourney.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pocketjourney.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pocketjourney.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pocketjourney.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pocketjourney.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pocketjourney.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pocketjourney.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pocketjourney.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pocketjourney.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pocketjourney.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=84&subd=pocketjourney&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pocketjourney.com/2009/12/27/android-map-tutorials-updated-to-v1-5-cupcake-mapview-mapactivity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d07abb76faa58b0d506b3fa5bc03804?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Biosopher</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Streaming MediaPlayer Tutorial &#8211; Updated to v1.5 (Cupcake)</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/</link>
		<comments>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:29:56 +0000</pubDate>
		<dc:creator>Biosopher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68</guid>
		<description><![CDATA[After spending the last year game programming on the iPhone, I&#8217;ve finally returned to Android.  My six prior tutorials were outdated (Android v1.0) so I took the time to update them to v1.5 (Cupcake).  The most popular of those tutorials was the Streaming MediaPlayer tutorial so that&#8217;s the primary focus of this post.  At the time of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=68&subd=pocketjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>After spending the last year game programming on the iPhone, I&#8217;ve finally returned to Android.  My six prior tutorials were outdated (Android v1.0) so I took the time to update them to v1.5 (Cupcake).  The most popular of those tutorials was the Streaming MediaPlayer tutorial so that&#8217;s the primary focus of this post. </p>
<p><img src="http://pocketjourney.files.wordpress.com/2008/04/tutorial-3-results-screenshots.gif?w=500" border="0" alt="Tutorial #3 results screenshots" /></p>
<p>At the time of initially writing the streaming tutorial, Android&#8217;s media streaming function didn&#8217;t work well so I wrote my own.  As of v1.5 however, Android&#8217;s MediaPlayer streams very well.  That said, it&#8217;s still useful to know how to retrieve a media file from a server and store it on the device.  This would be useful to immediate replay of the file at a later date or for caching files for later playback &#8216;off the grid&#8217;.</p>
<p><a href="http://www.pocketjourney.com/downloads/pj/tutorials/tutorials_1.5.zip">Download the source files</a> to get started immediately and then view the rest of the tutorial after the jump.</p>
<p><span id="more-68"></span></p>
<p>You may want to look at my <a href="http://blog.pocketjourney.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/">old Android v1.0 streaming tutorial</a> for additional details. I don&#8217;t want to rewrite that post completely so I&#8217;ll mostly focus here on the changes required for Android v1.5.  That said, there is very little difference between my old tutorial and this new one.</p>
<p>The most important change is that MediaPlayer.setDataSource() now takes a FileDescriptor instead of a String path to the media File.  It seems the reason to use FileDescriptors is for security/permission reasons.  In either case though, passing a String path to our media File resulted in errors such as &#8220;PVMFErrNotSupported&#8221; and &#8220;Prepare failed.: status=0&#215;1&#8243;.  So until I learn otherwise, I recommend using FileDescriptor for the MediaPlayer.</p>
<p><code><br />
	FileInputStream fis = new FileInputStream(mediaFile);<br />
	mPlayer.setDataSource(fis.getFD());<br />
</code></p>
<p>The only other change is I can no longer find any File move functionality it Android so I wrote my own.  It does exactly what it says, it moves data in one File to a new File location.  This is used while streaming the media file so we can double buffer it.  The double buffering allows us to simulaneously download to one File while playing from another File.  We sync the downloaded data between the Files as more data is downloaded:</p>
<p><code>public void moveFile(File oldLocation, File newLocation) throws IOException</code></p>
<p><a href="http://www.pocketjourney.com/downloads/pj/tutorials/tutorials_1.5.zip">Download the source files</a> for all the tutorials.  The streaming media tutorial available by clicking button #3.  Don&#8217;t forget to look at my <a href="http://blog.pocketjourney.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/">old Android v1.0 streaming tutorial</a> for additional details. </p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pocketjourney.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pocketjourney.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pocketjourney.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pocketjourney.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pocketjourney.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pocketjourney.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pocketjourney.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pocketjourney.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pocketjourney.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pocketjourney.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=68&subd=pocketjourney&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d07abb76faa58b0d506b3fa5bc03804?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Biosopher</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/tutorial-3-results-screenshots.gif" medium="image">
			<media:title type="html">Tutorial #3 results screenshots</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Challenge 1 Round 2</title>
		<link>http://blog.pocketjourney.com/2008/08/05/android-challenge-1-round-2/</link>
		<comments>http://blog.pocketjourney.com/2008/08/05/android-challenge-1-round-2/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 19:05:22 +0000</pubDate>
		<dc:creator>Biosopher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=39</guid>
		<description><![CDATA[First we want to thank everyone for their comments about our prior Android tutorials.  We&#8217;re very glad to have helped you guys.  Many of you have asked why we haven&#8217;t posted new tutorials, and the reason is that happily, we&#8217;ve spent the few months working hard on our submission into Round 2 of Android Challenge [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=39&subd=pocketjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>First we want to thank everyone for their comments about our prior Android tutorials.  We&#8217;re very glad to have helped you guys.  Many of you have asked why we haven&#8217;t posted new tutorials, and the reason is that happily, we&#8217;ve spent the few months working hard on our submission into Round 2 of Android Challenge #1.  Yes&#8230;if you hadn&#8217;t heard already, we were one of the top 50 finalists.</p>
<p>As soon as Google releases the next SDK, we&#8217;ll write up more tutorials based on the lessons we&#8217;ve learned over the past months.</p>
<p>Until then, we&#8217;re getting out to exercise and enjoy some sunshine away from our desks.</p>
<p>Cheers,</p>
<p>Anthony (Biosopher)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pocketjourney.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pocketjourney.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pocketjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pocketjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pocketjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pocketjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pocketjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pocketjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pocketjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pocketjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pocketjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pocketjourney.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=39&subd=pocketjourney&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pocketjourney.com/2008/08/05/android-challenge-1-round-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d07abb76faa58b0d506b3fa5bc03804?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Biosopher</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Getting GPS &amp; SDK Getting Maps API&#8230;?</title>
		<link>http://blog.pocketjourney.com/2008/05/04/iphone-getting-gps-sdk-getting-maps-api/</link>
		<comments>http://blog.pocketjourney.com/2008/05/04/iphone-getting-gps-sdk-getting-maps-api/#comments</comments>
		<pubDate>Mon, 05 May 2008 05:00:31 +0000</pubDate>
		<dc:creator>Biosopher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=34</guid>
		<description><![CDATA[Since I dissed the iPhone SDK earlier this month (iPhone SDK lacks mapping function), I wanted to pass on this update. Looks like a GPS-enabled iPhone is in the works for Apple&#8217;s upcoming World Wide Dev Conference. Even if the announcement doesn&#8217;t come then, looks like it will come soon according to EnGadget: Second-gen iPhone: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=34&subd=pocketjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Since I dissed the iPhone SDK earlier this month (<a href="http://blog.pocketjourney.com/2008/04/22/iphone-sdk-lacks-mapping-function-android-doesnt-of-course/">iPhone SDK lacks mapping function</a>), I wanted to pass on this update. Looks like a GPS-enabled iPhone is in the works for Apple&#8217;s upcoming World Wide Dev Conference.  Even if the announcement doesn&#8217;t come then, looks like it will come soon according to EnGadget:</p>
<p><a href="http://www.engadget.com/2008/04/25/the-second-gen-iphone-3g-gps-only-slightly-thicker/">Second-gen iPhone: 3G, GPS, only slightly thicker</a></p>
<p><a title="Old iPhone - see new at Engadget" href="http://www.engadget.com/2008/04/25/the-second-gen-iphone-3g-gps-only-slightly-thicker/"><img class="alignnone size-full wp-image-35" style="border:0 none;" src="http://pocketjourney.files.wordpress.com/2008/05/gps_iphone.gif?w=150&#038;h=105" alt="Click to see new GPS-iPhone at EndGadget" width="150" height="105" /></a></p>
<p>This is great news for mobile map-based application developers but don&#8217;t count on the API being as slick and open as Android&#8217;s.  Given Apple&#8217;s approach so far, they&#8217;ll still withhold the vital functionality to get your app really humming.</p>
<p>Why do I say that?</p>
<p>Well for example, Apple&#8217;s SDK doesn&#8217;t allow applications to run in the background.  That means death to any Pocket Journey app that would run on an iPhone as the audio/video would be killed along with your application as soon as someone called.  Apple says this is for security reasons, but we know it&#8217;s due to Apple&#8217;s &#8220;control freakish&#8221; corporate nature.  Happily for us, Android solved this challenge through their Service API.</p>
<p>Seems like Apple wants to step back to the dark ages of the Palm OS which can only handle single-threaded tasks as well</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pocketjourney.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pocketjourney.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pocketjourney.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pocketjourney.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pocketjourney.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pocketjourney.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pocketjourney.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pocketjourney.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pocketjourney.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pocketjourney.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pocketjourney.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pocketjourney.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=34&subd=pocketjourney&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pocketjourney.com/2008/05/04/iphone-getting-gps-sdk-getting-maps-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d07abb76faa58b0d506b3fa5bc03804?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Biosopher</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/05/gps_iphone.gif" medium="image">
			<media:title type="html">Click to see new GPS-iPhone at EndGadget</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Video &amp; Screenshots Released</title>
		<link>http://blog.pocketjourney.com/2008/04/09/android-video-screenshots-released/</link>
		<comments>http://blog.pocketjourney.com/2008/04/09/android-video-screenshots-released/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 22:03:58 +0000</pubDate>
		<dc:creator>Biosopher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[pocket journey]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=24</guid>
		<description><![CDATA[We were inspired by all the great videos presenting other Android-enabled applications being entered into Google&#8217;s Android Challenge so we created a short (4 minute) video about Pocket Journey. You&#8217;ll be shown screen shots in the video or you can view close ups on our main website We&#8217;ve tried to capture what we view as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=24&subd=pocketjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>We were inspired by all the great videos presenting other Android-enabled applications being entered into <a title="Google's Android Challenge" href="http://code.google.com/android/adc.html">Google&#8217;s Android Challenge</a> so we created a short (4 minute) <a title="Pocket Journey Video" href="http://www.pocketjourney.com/androidVideo.do">video about Pocket Journey</a>.</p>
<p><a href="http://www.pocketjourney.com/androidVideo.do"><img class="alignnone size-full wp-image-28" style="border:1px solid black;" src="http://pocketjourney.files.wordpress.com/2008/04/video_splash.gif?w=250&#038;h=166" alt="Video Splash" width="250" height="166" /></a></p>
<p><span id="more-24"></span></p>
<p>You&#8217;ll be shown screen shots in the video or you can view close ups on <a title="Pocket Journey" href="http://www.pocketjourney.com">our main website</a></p>
<p><a href="http://www.pocketjourney.com/androidVideo.do"><img class="alignnone size-medium wp-image-26" src="http://pocketjourney.files.wordpress.com/2008/04/home.gif?w=155&#038;h=300" alt="Pocket Journey home screen" width="155" height="300" /></a></p>
<p>We&#8217;ve tried to capture what we view as the power of community and the interest we&#8217;ve heard around packaging high quality knowledge from a range of people and making it available through mobile phones.</p>
<p><a href="http://www.pocketjourney.com/androidVideo.do"><img class="alignnone size-full wp-image-25" style="border:1px solid black;" src="http://pocketjourney.files.wordpress.com/2008/04/everyones_knowledge.gif?w=500&#038;h=316" alt="Everyone\'s Knowledge" width="500" height="316" /></a></p>
<p>As you can imagine, there will be a broad range of topics provided through Pocket Journey so it will be a major challenge to filter, pacakge, &amp; deliver just the information you want.</p>
<p><a title="Pocket Journey Video" href="http://www.pocketjourney.com/androidVideo.do"><img class="alignnone size-full wp-image-29" style="border:1px solid black;" src="http://pocketjourney.files.wordpress.com/2008/04/world_of_knowledge.gif?w=350&#038;h=246" alt="A world of knowledge" width="350" height="246" /></a></p>
<p>Yes&#8230;this GREATLY simplifies the challenge but we wanted to give you a very very &#8220;rough&#8221; idea of where we&#8217;re headed. We plan to provide more details as the project matures.</p>
<p><a href="http://www.pocketjourney.com/androidVideo.do"><img class="alignnone size-full wp-image-27" style="border:1px solid black;" src="http://pocketjourney.files.wordpress.com/2008/04/pocketjourney_magic.gif?w=350&#038;h=254" alt="How Pocket Journey works - greatly simplified" width="350" height="254" /></a></p>
<p>But don&#8217;t just take these static images as the real message. Check out the <a title="Android Video about Pocket Journey" href="http://www.pocketjourney.com/androidVideo.do">Pocket Journey video</a> to get a much clearer understanding and to actually &#8220;hear&#8221; what it&#8217;s all about. It will only take 4 minutes of your time.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pocketjourney.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pocketjourney.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pocketjourney.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pocketjourney.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pocketjourney.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pocketjourney.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pocketjourney.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pocketjourney.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pocketjourney.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pocketjourney.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pocketjourney.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pocketjourney.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.pocketjourney.com&blog=3166094&post=24&subd=pocketjourney&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.pocketjourney.com/2008/04/09/android-video-screenshots-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d07abb76faa58b0d506b3fa5bc03804?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Biosopher</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/video_splash.gif" medium="image">
			<media:title type="html">Video Splash</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/home.gif" medium="image">
			<media:title type="html">Pocket Journey home screen</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/everyones_knowledge.gif" medium="image">
			<media:title type="html">Everyone\'s Knowledge</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/world_of_knowledge.gif" medium="image">
			<media:title type="html">A world of knowledge</media:title>
		</media:content>

		<media:content url="http://pocketjourney.files.wordpress.com/2008/04/pocketjourney_magic.gif" medium="image">
			<media:title type="html">How Pocket Journey works - greatly simplified</media:title>
		</media:content>
	</item>
	</channel>
</rss>