<?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/"
	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>Comments on: Android Tutorial 2: &#8220;Hit&#8221; testing on a View (MapView)</title>
	<atom:link href="http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/</link>
	<description>Know Anywhere</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:23:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-691</link>
		<dc:creator>Biosopher</dc:creator>
		<pubDate>Tue, 20 Jul 2010 02:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-691</guid>
		<description>Thanks Steve.  Glad I could help.</description>
		<content:encoded><![CDATA[<p>Thanks Steve.  Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-690</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Jul 2010 21:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-690</guid>
		<description>Thanks a lot for posting this tutorial, it helped me out more than any other mapview tutorial. :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for posting this tutorial, it helped me out more than any other mapview tutorial. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoyo</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-642</link>
		<dc:creator>yoyo</dc:creator>
		<pubDate>Mon, 10 May 2010 11:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-642</guid>
		<description>hi,
  thanks for your work...it is very nice.

  and i am also face this problem ....and hava no idea
  to do....so please tell if you are working out the prolem.

  thanks again....</description>
		<content:encoded><![CDATA[<p>hi,<br />
  thanks for your work&#8230;it is very nice.</p>
<p>  and i am also face this problem &#8230;.and hava no idea<br />
  to do&#8230;.so please tell if you are working out the prolem.</p>
<p>  thanks again&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-640</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Thu, 06 May 2010 01:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-640</guid>
		<description>HI,
I need to pass some data from activity to the class which extends the Linear layout. In this case, how do i achieve that since Intent is working only between Activities to Activities.
My exact point would be like Data transfer happening between Tutorial2 Class to the Class which extends the Linear Layout..

ALso, is there any specific reason tht the new class which etends the LinearLayout was defined instead defining everything in the main Tutorial2 class which extends the MapActivity</description>
		<content:encoded><![CDATA[<p>HI,<br />
I need to pass some data from activity to the class which extends the Linear layout. In this case, how do i achieve that since Intent is working only between Activities to Activities.<br />
My exact point would be like Data transfer happening between Tutorial2 Class to the Class which extends the Linear Layout..</p>
<p>ALso, is there any specific reason tht the new class which etends the LinearLayout was defined instead defining everything in the main Tutorial2 class which extends the MapActivity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Dorson</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-639</link>
		<dc:creator>Kevin Dorson</dc:creator>
		<pubDate>Tue, 04 May 2010 13:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-639</guid>
		<description>HI,
This tutorial is very useful. I&#039;m stuck in the next STEP
Could you someone please help me in  creating an onclick event for the Gray color label which displays the place name to a seperate activity with the details of that place???
This is like the next step to this tutorial and I&#039;m stuck here</description>
		<content:encoded><![CDATA[<p>HI,<br />
This tutorial is very useful. I&#8217;m stuck in the next STEP<br />
Could you someone please help me in  creating an onclick event for the Gray color label which displays the place name to a seperate activity with the details of that place???<br />
This is like the next step to this tutorial and I&#8217;m stuck here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saturne</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-594</link>
		<dc:creator>Saturne</dc:creator>
		<pubDate>Fri, 26 Mar 2010 21:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-594</guid>
		<description>and How can I draw triangle like this:

http://img156.imageshack.us/img156/2534/overlayb.jpg

Thanks</description>
		<content:encoded><![CDATA[<p>and How can I draw triangle like this:</p>
<p><a href="http://img156.imageshack.us/img156/2534/overlayb.jpg" rel="nofollow">http://img156.imageshack.us/img156/2534/overlayb.jpg</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saturne</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-593</link>
		<dc:creator>Saturne</dc:creator>
		<pubDate>Fri, 26 Mar 2010 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-593</guid>
		<description>So Nice
thank
I have a question, what&#039;s the differens between onTouchEvent() and onTap()?</description>
		<content:encoded><![CDATA[<p>So Nice<br />
thank<br />
I have a question, what&#8217;s the differens between onTouchEvent() and onTap()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-575</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-575</guid>
		<description>wow fast response. That worked, thanks so much!</description>
		<content:encoded><![CDATA[<p>wow fast response. That worked, thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-574</link>
		<dc:creator>Biosopher</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-574</guid>
		<description>Hi Andrew,

You should use this:

MapLocationViewer mlv = (MapLocationViewer)this.findViewById(R.id.map_location_viewer); 
MapView mp = mlv.getMapView();</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>You should use this:</p>
<p>MapLocationViewer mlv = (MapLocationViewer)this.findViewById(R.id.map_location_viewer);<br />
MapView mp = mlv.getMapView();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-573</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Mar 2010 06:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-573</guid>
		<description>Your tutorial is amazing. Thanks a lot! I just have one question though.

I noticed you have a getter for the mapview in your MapLocationViewer which looks to be a java layout. Is there a way to call that getter? I&#039;ve tried using 

mv = (MapView)this.findViewById(R.id.map_location_viewer); 

in the MapActivity class but since MapLocationViewer is a linear layout, it throws an error because it&#039;s not a MapView. I mainly wanted to get the MapView so I can move to the user&#039;s current gps location. Thanks!</description>
		<content:encoded><![CDATA[<p>Your tutorial is amazing. Thanks a lot! I just have one question though.</p>
<p>I noticed you have a getter for the mapview in your MapLocationViewer which looks to be a java layout. Is there a way to call that getter? I&#8217;ve tried using </p>
<p>mv = (MapView)this.findViewById(R.id.map_location_viewer); </p>
<p>in the MapActivity class but since MapLocationViewer is a linear layout, it throws an error because it&#8217;s not a MapView. I mainly wanted to get the MapView so I can move to the user&#8217;s current gps location. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
