<?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>Droid Hacks &#187; app</title>
	<atom:link href="http://droidhacks.com/tag/app/feed/" rel="self" type="application/rss+xml" />
	<link>http://droidhacks.com</link>
	<description>Tips and Tricks for Android Users</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:44:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Essential Android Apps for Geeks</title>
		<link>http://droidhacks.com/2010/08/essential-android-apps-for-geeks/</link>
		<comments>http://droidhacks.com/2010/08/essential-android-apps-for-geeks/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 07:57:19 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=172</guid>
		<description><![CDATA[A few essential apps for those more technically minded Android users out there. If you know of others that should be in here let me know in the comments. Terminal This one is almost a no-brainer. Everyone who knows Android is Linux underneath (and who knows Linux) normally heads for a command line to check]]></description>
			<content:encoded><![CDATA[<p>A few essential apps for those more technically minded Android users out there. If you know of others that should be in here let me know in the comments.</p>
<p><strong>Terminal</strong></p>
<p>This one is almost a no-brainer. Everyone who knows Android is Linux underneath (and who knows Linux) normally heads for a command line to check things out right off the bat. You can get access via ADB, but having direct access right on the device is killer. This app gives you access to the command shell built into the device.</p>
<p>Market link: <a href="market://details?id=jackpal.androidterm">Android Terminal Emulator</a></p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=300x300&#038;chl=market%3A%2F%2Fdetails%3Fid%3Djackpal.androidterm" /></p>
<p><strong>ConnectBot</strong></p>
<p>ConnectBot is an SSH client application for your phone. It&#8217;s a fantastic application for quick access to remote systems. If you&#8217;re on a device without a physical keyboard it&#8217;s not quite as slick to use (I wouldn&#8217;t recommend trying to use vi on a remote system from a Samsung Galaxy for instance), but for quick tasks it can be fantastically convenient.</p>
<p>Market link: <a href="market://details?id=org.connectbot">ConnectBot</a></p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=300x300&#038;chl=market%3A%2F%2Fdetails%3Fid%3Dorg.connectbot" /></p>
<p><strong>Advanced Task Killer</strong></p>
<p>This seems to be a pretty consistent tool in most advanced user&#8217;s toolboxes. Android apps can keep running in the background. Most of the ones that do give you good ways to control when they run, and the OS itself does a generally good job of managing them. But if you tend to poke around with lots of apps and try out all the different tools you hear about you&#8217;re bound to run across one or two that misbehave every once in a while. When you do, Advanced Task Killer can help you figure out what&#8217;s going on and set things right again.</p>
<p>Market link: <a href="market://details?id=com.rechild.advancedtaskkiller">Advanced Task Killer</a></p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=300x300&#038;chl=market%3A%2F%2Fdetails%3Fid%3Dcom.rechild.advancedtaskkiller" /></p>
<p><strong>Astro File Manager</strong></p>
<p>This is the free version of a file manager application. There&#8217;s a paid version that includes a ton of additional features, but so far I&#8217;ve stuck with the free version. Nice interface for browsing around and seeing what files are on your device. Includes built in viewers that generally handle text and image files well.</p>
<p>Market link: <a href="market://details?id=com.metago.astro">Astro File Manager</a></p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=300x300&#038;chl=market%3A%2F%2Fdetails%3Fid%3Dcom.metago.astro" /></p>
<p><strong>Dropbox</strong></p>
<p>Dropbox is a free service that lets you store files online and sync them between systems. If you don&#8217;t already have an account and want to try it out please <a href="http://www.dropbox.com/referrals/NTI4NDU4NTY5">sign up using this affiliate link</a> (I get credit for the signup and get some free space on Dropbox if you do). They have an Android application that allows viewing, downloading, or uploading. Together with an application like Astro you can upload arbitrary files from your phone to Dropbox as well. From within Dropbox use upload from the menu, and then select any file and use Astro to complete the action.</p>
<p>Market link: <a href="market://details?id=com.dropbox.android">Dropbox</a></p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=300x300&#038;chl=market%3A%2F%2Fdetails%3Fid%3Dcom.dropbox.android" /></p>
<p><strong>Scripting Layer for Android</strong></p>
<p>An app that allows for accessing native Android functions from multiple scripting languages. Once you install SL4A you can use it to pull down interpreters. A bunch are available, like Unix shell, Python, Perl, Ruby, and others. Then you can run scripts in those languages that tie into Android specific functions. SL4A is not available in the Marketplace however, so use the info on the <a href="http://code.google.com/p/android-scripting/">Google Project page</a> to download the apk directly. If you&#8217;re on an AT&#038;T device like the Samsung Captivate and haven&#8217;t hacked it to allow direct third party installs you&#8217;ll have to load the apk files using ADB. As of right now, it seems you need to download the core SL4A app and then separate downloader shims for the different interpreters. The base sl4a seems to only have shell installed by default. But once you install something like python_for_android_r1.apk and click install within that app you&#8217;ll get Python support in sl4a. </p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/08/essential-android-apps-for-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Device Packet Capture</title>
		<link>http://droidhacks.com/2010/08/on-device-packet-capture/</link>
		<comments>http://droidhacks.com/2010/08/on-device-packet-capture/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:36:55 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=153</guid>
		<description><![CDATA[When I need to capture network traffic from my device I normally capture traffic at a router to see what&#8217;s going on. I had seen some mentions of running tcpdump on device and pulling off the pcap file to a desktop to inspect, but Androshark was what people mentioned the most. And it didn&#8217;t seem]]></description>
			<content:encoded><![CDATA[<p>When I need to capture network traffic from my device I normally <a href="http://droidhacks.com/2009/06/monitoring-network-traffic-using-os-x/">capture traffic at a router</a> to see what&#8217;s going on. I had seen some mentions of running tcpdump on device and pulling off the pcap file to a desktop to inspect, but Androshark was what people mentioned the most. And it didn&#8217;t seem to be actively developed any more. I ran across <a href="http://forum.xda-developers.com/showthread.php?t=725692">Shark for Root and Sharkreader</a> recently however. It&#8217;s an app for packet capture and a simple packet capture viewer directly on the device. Works out pretty well. Requires root access, and it seems to be working quite well on my Nexus One with CM6. Screenshots below.</p>
<p>Start/stop capture, writes to the sdcard by default:</p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://droidhacks.com/wp-content/uploads/2010/08/wpid-screenshot_12.png" width="240" height="400"/></p>
<p>View packet dump stream:</p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://droidhacks.com/wp-content/uploads/2010/08/wpid-screenshot_14.png" width="240" height="400"/></p>
<p>View contents of an individual packet:</p>
<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://droidhacks.com/wp-content/uploads/2010/08/wpid-screenshot_15.png" width="240" height="400"/></p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/08/on-device-packet-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commodore 64 Emulation</title>
		<link>http://droidhacks.com/2010/07/commodore-64-emulation/</link>
		<comments>http://droidhacks.com/2010/07/commodore-64-emulation/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 08:43:10 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=134</guid>
		<description><![CDATA[I was happy to see there&#8217;s a Commodore 64 emulator in the Marketplace for Android, the Frodo emulator. I played around with a bit, but what I really wanted to do was hack around a bit with some old school basic. This is one of the computers I grew up with, and I get nostalgic]]></description>
			<content:encoded><![CDATA[<p>I was happy to see there&#8217;s a Commodore 64 emulator in the Marketplace for Android, the Frodo emulator. I played around with a bit, but what I really wanted to do was hack around a bit with some old school basic. This is one of the computers I grew up with, and I get nostalgic for the old days every once in a while. However, I was having a really hard time figuring out how to get the version of Frodo under Android to create a new disk for me to save stuff to. If you can&#8217;t save the stuff you&#8217;re playing with what&#8217;s the use? I could save out the whole state, but I figured there had to be a better way.</p>
<p>So I downloaded a version of <a href="http://www.viceteam.org/">VICE</a> for my desktop system. That has a much richer set of controls, one of which is creating and attaching a fresh image (it&#8217;s a &#8216;file&#8217; menu item). I figured if I was lucky the image created with VICE would work to at least get me started on Frodo on my device. And lucky me, yes it does! Actually, now I can push the d64 images back and forth, use the emulator on my desktop to do a little poking around and push the file over to my device to take with me. Very nice! Just remember, save with replace is &#8216;SAVE &#8220;@0:FILENAME&#8221;,8&#8242;. Otherwise an attempt to overwrite a file will just silently fail. Ahhh, nostalgic.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/commodore-64-emulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nook Reader for Android</title>
		<link>http://droidhacks.com/2010/07/nook-reader-for-android/</link>
		<comments>http://droidhacks.com/2010/07/nook-reader-for-android/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:19:40 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=124</guid>
		<description><![CDATA[Barnes &#038; Noble released an Android version of the Nook ebook reader. It&#8217;s the same path that Amazon followed. They have a hardware device for reading ebooks. But as other mobile devices start to get more popular they also allow those devices to hook into the same content. Effectively putting your library &#8220;in the cloud&#8221;,]]></description>
			<content:encoded><![CDATA[<p>Barnes &#038; Noble released an Android version of the <a href="http://www.barnesandnoble.com/nook/index.asp">Nook ebook reader</a>. It&#8217;s the same path that Amazon followed. They have a hardware device for reading ebooks. But as other mobile devices start to get more popular they also allow those devices to hook into the same content. Effectively putting your library &#8220;in the cloud&#8221;, so that you can download the books you&#8217;re reading to your different devices and keep your reading position synced across them. I&#8217;m already an avid Kindle user on iPad, iPhone, and Android. But I gave the Nook reader a try just to see what it&#8217;s like.</p>
<p>If you&#8217;re on your Android device right now you can <a href="market://details?id=bn.ereader">hop to Nook in the Market</a> directly, or just search for &#8220;Nook&#8221; in the Marketplace app. Compared to the other readers I&#8217;ve seen, the Nook feels a bit amateur. The reading experience itself is the real laggard here. I&#8217;m hoping they can polish this thing up in future revisions. A few screenshots to show you what I mean.</p>
<p>This is the main library interface:</p>
<p><a href="http://droidhacks.com/2010/07/nook-reader-for-android/wpid-screenshot_7-png/" rel="attachment wp-att-120"><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_7.png" alt="" title="wpid-screenshot_7.png" width="240" height="400" class="aligncenter size-full wp-image-120" /></a></p>
<p>I downloaded a free book. One of the Google Books scans, which is nice. Like the other platforms they&#8217;re tying into the free content at Google to provide a ton of free scans of classic and public domain works. Kudos on that. Some of the Google Books efforts include direct scans of pages instead of the text. Here&#8217;s what a scan page looks like:</p>
<p><a href="http://droidhacks.com/2010/07/nook-reader-for-android/wpid-screenshot_8-png/" rel="attachment wp-att-121"><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_8.png" alt="" title="wpid-screenshot_8.png" width="240" height="400" class="aligncenter size-full wp-image-121" /></a></p>
<p>And a page of text:</p>
<p><a href="http://droidhacks.com/2010/07/nook-reader-for-android/wpid-screenshot_9-png/" rel="attachment wp-att-122"><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_9.png" alt="" title="wpid-screenshot_9.png" width="240" height="400" class="aligncenter size-full wp-image-122" /></a></p>
<p>That lack of margin on the reading screen is really killing me, and I don&#8217;t see a way to adjust it. I also like to read with full justification, which doesn&#8217;t appear to be an option either.</p>
<p>Here&#8217;s a shot of the ebook store, just for the sake of completeness:</p>
<p><a href="http://droidhacks.com/2010/07/nook-reader-for-android/wpid-screenshot_10-png/" rel="attachment wp-att-123"><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_10.png" alt="" title="wpid-screenshot_10.png" width="240" height="400" class="aligncenter size-full wp-image-123" /></a></p>
<p>The storefront is pretty decent, about on par with the others.</p>
<p>Overall though the interface is still a bit clumsy, the reading experience itself needs some work, and the app itself is buggy (I&#8217;ve had it crash twice in the short time I used it). I&#8217;m very happy to see an additional ebook reader out, but this one needs some more work before it&#8217;s ready for prime time.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/nook-reader-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot on a Rooted Device</title>
		<link>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/</link>
		<comments>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:34:40 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=86</guid>
		<description><![CDATA[In addition to capturing a screenshot with a computer using the Android SDK there&#8217;s also a screenshot application (available on the market, called simple &#8216;screenshot&#8217;, I&#8217;m not sure how to find out the package name to create a market link for it. It only works on rooted devices, but all of mine are. One nice]]></description>
			<content:encoded><![CDATA[<p>In addition to <a href="http://www.mobilecrunch.com/2008/10/31/how-to-capture-the-screen-of-an-android-device/">capturing a screenshot with a computer using the Android SDK</a> there&#8217;s also a screenshot application (available on the market, called simple &#8216;screenshot&#8217;, I&#8217;m not sure how to find out the package name to create a market link for it</a>. It only works on rooted devices, but all of mine are. One nice feature is the &#8220;shake to capture a screenshot&#8221; option. So that instead of having to keep hopping into the screenshot app to setup a shot, back to the app, wait, hop back to setup another time delayed shot, back to the app, etc. Just setup screenshot to capture when you shake and go through whatever set of screens you want.<a href="http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/screenshot/" rel="attachment wp-att-88"><img src="http://droidhacks.com/wp-content/uploads/2010/07/screenshot.png" alt="" title="Screenshot App" width="240" height="400" class="aligncenter size-full wp-image-88" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Battery Graph Application</title>
		<link>http://droidhacks.com/2010/07/battery-graph-application/</link>
		<comments>http://droidhacks.com/2010/07/battery-graph-application/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:53:49 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve started using an app called Battery Graph (marketplace link) by Morgan H to try to monitor changes in my battery drain. It&#8217;s a background app that collects battery charge info over time and displays a graph on device. That makes it easy to spot major changes to discharge rate. Say if you install a]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started using an app called Battery Graph (<a href="market://search?q=pname:com.modroid.battery">marketplace link</a>) by Morgan H to try to monitor changes in my battery drain. It&#8217;s a background app that collects battery charge info over time and displays a graph on device. That makes it easy to spot major changes to discharge rate. Say if you install a new widget some time early afternoon, and later that evening you see the discharge rate increased some time after lunch, you know the widget is doing something heavy and impacting your total battery life.</p>
<p>In the menu area there&#8217;s even an option to export the set of data to CSV so you can suck it into a spreadsheet or use it to drive some of your own tools. Would be great actually if there was an option to record a list of running processes along with the battery status info, so that it could attempt to spot which processes are sucking up the most resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/battery-graph-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Android</title>
		<link>http://droidhacks.com/2010/07/wordpress-for-android/</link>
		<comments>http://droidhacks.com/2010/07/wordpress-for-android/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 04:44:09 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=67</guid>
		<description><![CDATA[The WordPress folks put out a new release on the Android market a few days ago. The new version seems to be working great thus far with the WordPress 3.0 install I&#8217;m running now. There&#8217;s a setting in the Settings/Writing area you need to check to enable XMLRPC to get it working initially, but it&#8217;s]]></description>
			<content:encoded><![CDATA[<p>The WordPress folks put out a <a href="http://android.wordpress.org/2010/07/06/wordpress-for-android-1-3-feature-fest/">new release on the Android market</a> a few days ago. The new version seems to be working great thus far with the WordPress 3.0 install I&#8217;m running now. There&#8217;s a setting in the Settings/Writing area you need to check to enable XMLRPC to get it working initially, but it&#8217;s pretty trivial.</p>
<p>From what I can tell, the stats feature might only work with WordPress.com accounts (or maybe I need a plugin I don&#8217;t currently have installed to get it working). But everything else I&#8217;ve tried so far is working great. The <a href="http://android.wordpress.org/2010/05/11/wordpress-for-android-version-1-2-geotagging-and-video-upload/">previous release</a> added video upload and geotagged posts. Quite a list of features and capabilities there.</p>
<p>If you&#8217;re on your device you can pop it up in the Marketplace using <a href="market://search?q=pname:org.wordpress.android">this link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/wordpress-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloading Marketplace Info</title>
		<link>http://droidhacks.com/2010/06/downloading-marketplace-info/</link>
		<comments>http://droidhacks.com/2010/06/downloading-marketplace-info/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:31:18 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=60</guid>
		<description><![CDATA[One of the annoyances of the Android Marketplace (for developers at least) is that there&#8217;s no easy way to get the info to use in your own applications. Fortunately some folks have reverse engineered the protocol used by the marketplace app to create an open source project that queries the marketplace servers. I&#8217;ve been fooling]]></description>
			<content:encoded><![CDATA[<p>One of the annoyances of the Android Marketplace (for developers at least) is that there&#8217;s no easy way to get the info to use in your own applications. Fortunately some folks have reverse engineered the protocol used by the marketplace app to <a href="http://code.google.com/p/android-market-api/">create an open source project that queries the marketplace servers</a>. I&#8217;ve been fooling around with android-market-api, great project. I actually had issues with the latest latest code from the svn repo. But if I pull from the 0_3 tag I can compile my own programs that do things like run through the categories. Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/06/downloading-marketplace-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gettie Awards</title>
		<link>http://droidhacks.com/2010/05/gettie-awards/</link>
		<comments>http://droidhacks.com/2010/05/gettie-awards/#comments</comments>
		<pubDate>Sat, 29 May 2010 09:22:00 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[getjar]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=58</guid>
		<description><![CDATA[If you&#8217;ve had a hacking waiting around for the right time to be released, this might be it. The Gettie Awards is offering $15,000 to the best Android app they find. There are categories for all the major mobile platforms, and an overall prize of $25,000! If you haven&#8217;t been coding, dust off your compiler]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve had a hacking waiting around for the right time to be released, this might be it. The <a href="http://www.gettieawards.com">Gettie Awards</a> is offering $15,000 to the best Android app they find. There are categories for all the major mobile platforms, and an overall prize of $25,000! If you haven&#8217;t been coding, dust off your compiler and get cracking.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/05/gettie-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Great Apps</title>
		<link>http://droidhacks.com/2010/05/finding-great-apps/</link>
		<comments>http://droidhacks.com/2010/05/finding-great-apps/#comments</comments>
		<pubDate>Thu, 06 May 2010 05:09:36 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=53</guid>
		<description><![CDATA[Now that there are more than 50K apps in the market, there are a bunch of interesting services out there to help you find the best ones. Of course, some of the services are better than others. Here are a few of my favorites: http://www.appolicious.com/ &#8211; has an Android area http://appboy.com/ &#8211; includes Android apps]]></description>
			<content:encoded><![CDATA[<p>Now that there are more than 50K apps in the market, there are a bunch of interesting services out there to help you find the best ones. Of course, some of the services are better than others. Here are a few of my favorites:</p>
<ul>
<li><a href="http://www.appolicious.com/">http://www.appolicious.com/</a> &#8211; has an Android area</li>
<li><a href="http://appboy.com/">http://appboy.com/</a> &#8211; includes Android apps</li>
<li><a href="http://101bestandroidapps.com/">http://101bestandroidapps.com/</a> &#8211; good listing of apps</li>
<li><a href="http://getjar.com">http://getjar.com</a> &#8211; set your phone type to one of the Android handsets</li>
</ul>
<p>Other great places to find apps? Leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/05/finding-great-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
