<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 2Lines Software</title>
	<atom:link href="http://www.2linessoftware.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2linessoftware.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 03:12:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Programming with Android Part 1 by Creating Your Own Android OS Apps &#124; adamwhiles co dot cc</title>
		<link>http://www.2linessoftware.com/2009/01/15/programming-with-android-part-1/comment-page-1/#comment-94</link>
		<dc:creator>Creating Your Own Android OS Apps &#124; adamwhiles co dot cc</dc:creator>
		<pubDate>Fri, 11 Jun 2010 03:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/2009/01/15/programming-with-android-part-1/#comment-94</guid>
		<description>[...] Android Blog (AndroidEducation) BrightHub Android Tutorials/Guides 2Lines Software &#8211; Programming Android Guide DroidDraw andbook! Android Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] Android Blog (AndroidEducation) BrightHub Android Tutorials/Guides 2Lines Software &#8211; Programming Android Guide DroidDraw andbook! Android Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Android SDK to work with Fedora 10 by nwk</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-93</link>
		<dc:creator>nwk</dc:creator>
		<pubDate>Sat, 05 Jun 2010 06:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-93</guid>
		<description>Your post was the solution to the device permissions problem I was having with Fedora 12.
http://forums.fedoraforum.org/showthread.php?t=246154

Thanks for taking the time to post this!</description>
		<content:encoded><![CDATA[<p>Your post was the solution to the device permissions problem I was having with Fedora 12.<br />
<a href="http://forums.fedoraforum.org/showthread.php?t=246154" rel="nofollow">http://forums.fedoraforum.org/showthread.php?t=246154</a></p>
<p>Thanks for taking the time to post this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Android SDK to work with Fedora 10 by 7 String Bass</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-92</link>
		<dc:creator>7 String Bass</dc:creator>
		<pubDate>Thu, 13 May 2010 06:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-92</guid>
		<description>Its always good to discover tips in the event that you discuss for weblog posting. Because simply started posting comments for blog and  facing issue associated with associated with rejections. I think your own suggestion will useful for me. I will in  its work for me too.</description>
		<content:encoded><![CDATA[<p>Its always good to discover tips in the event that you discuss for weblog posting. Because simply started posting comments for blog and  facing issue associated with associated with rejections. I think your own suggestion will useful for me. I will in  its work for me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming with Android Part 3 &#8211; Building WikiWhere by Anjul goel</title>
		<link>http://www.2linessoftware.com/2009/01/20/programming-with-android-part-3-building-wikiwhere/comment-page-1/#comment-91</link>
		<dc:creator>Anjul goel</dc:creator>
		<pubDate>Sat, 30 Jan 2010 08:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/2009/01/20/programming-with-android-part-3-building-wikiwhere/#comment-91</guid>
		<description>I am not getting the flashing blue icon on wiki where. I doubt if dere are soe lines missing in the follwing function. Afterall we are not adding location to overlays....please suggest a way to get blue icons on my map.
      public void onLocationChanged(Location location) {
                 List overlays = mv.getOverlays();
                 lo = new MyLocationOverlay(this,mv);
                 overlays.add(lo);
                 lo.enableMyLocation();
     }</description>
		<content:encoded><![CDATA[<p>I am not getting the flashing blue icon on wiki where. I doubt if dere are soe lines missing in the follwing function. Afterall we are not adding location to overlays&#8230;.please suggest a way to get blue icons on my map.<br />
      public void onLocationChanged(Location location) {<br />
                 List overlays = mv.getOverlays();<br />
                 lo = new MyLocationOverlay(this,mv);<br />
                 overlays.add(lo);<br />
                 lo.enableMyLocation();<br />
     }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming with Android Part 4 &#8211; Finishing WikiWhere by Anjul goel</title>
		<link>http://www.2linessoftware.com/2009/01/21/programming-with-android-part-4-finishing-wikiwhere/comment-page-1/#comment-90</link>
		<dc:creator>Anjul goel</dc:creator>
		<pubDate>Sat, 30 Jan 2010 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/2009/01/21/programming-with-android-part-4-finishing-wikiwhere/#comment-90</guid>
		<description>Hi, I am not able to get the blue dot, or stated differently, not able to send location details through DDMS emulator.. I have tried googleAPI(google inc) platform 1.5, 1.6 and 2.0.1. but nothing seems to work. Please suggest a way to go around this issue. its really very urgent.</description>
		<content:encoded><![CDATA[<p>Hi, I am not able to get the blue dot, or stated differently, not able to send location details through DDMS emulator.. I have tried googleAPI(google inc) platform 1.5, 1.6 and 2.0.1. but nothing seems to work. Please suggest a way to go around this issue. its really very urgent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
