<?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>Fri, 03 Feb 2012 07:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hit testing on a View (MapView) &#124; Herwart&#039;s space</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-915</link>
		<dc:creator><![CDATA[Hit testing on a View (MapView) &#124; Herwart&#039;s space]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 12:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-915</guid>
		<description><![CDATA[[...] Original article here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Original article here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-886</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 07:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-886</guid>
		<description><![CDATA[i am getting out of memory exception. Here is my logcat report:


06-17 12:23:21.219: ERROR/dalvikvm-heap(3773): 731520-byte external allocation too large for this process.

06-17 12:23:21.219: ERROR/dalvikvm(3773): Out of memory: Heap Size=8839KB, Allocated=5230KB, Bitmap Size=15056KB

06-17 12:23:21.219: ERROR/GraphicsJNI(3773): VM won&#039;t let us allocate 731520 bytes

06-17 12:23:21.219: DEBUG/AndroidRuntime(3773): Shutting down VM

06-17 12:23:21.219: WARN/dalvikvm(3773): threadid=1: thread exiting with uncaught exception (group=0x400259f8)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773): FATAL EXCEPTION: main

06-17 12:23:21.229: ERROR/AndroidRuntime(3773): java.lang.OutOfMemoryError: bitmap size exceeds VM budget

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.graphics.Bitmap.nativeCreate(Native Method)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.graphics.Bitmap.createBitmap(Bitmap.java:574)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.ZoomHelper.createSnapshot(ZoomHelper.java:444)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.ZoomHelper.beginZoom(ZoomHelper.java:194)
0
6-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.MapView$2.onScaleBegin(MapView.java:371)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ScaleGestureDetector.onTouchEvent(ScaleGestureDetector.java:248)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.MapView.onTouchEvent(MapView.java:646)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.View.dispatchTouchEvent(View.java:3765)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:905)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1701)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1116)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.app.Activity.dispatchTouchEvent(Activity.java:2093)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1685)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1802)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.os.Handler.dispatchMessage(Handler.java:99)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.os.Looper.loop(Looper.java:144)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.app.ActivityThread.main(ActivityThread.java:4937)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at java.lang.reflect.Method.invokeNative(Native Method)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at java.lang.reflect.Method.invoke(Method.java:521)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)

06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at dalvik.system.NativeStart.main(Native Method)]]></description>
		<content:encoded><![CDATA[<p>i am getting out of memory exception. Here is my logcat report:</p>
<p>06-17 12:23:21.219: ERROR/dalvikvm-heap(3773): 731520-byte external allocation too large for this process.</p>
<p>06-17 12:23:21.219: ERROR/dalvikvm(3773): Out of memory: Heap Size=8839KB, Allocated=5230KB, Bitmap Size=15056KB</p>
<p>06-17 12:23:21.219: ERROR/GraphicsJNI(3773): VM won&#8217;t let us allocate 731520 bytes</p>
<p>06-17 12:23:21.219: DEBUG/AndroidRuntime(3773): Shutting down VM</p>
<p>06-17 12:23:21.219: WARN/dalvikvm(3773): threadid=1: thread exiting with uncaught exception (group=0x400259f8)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773): FATAL EXCEPTION: main</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773): java.lang.OutOfMemoryError: bitmap size exceeds VM budget</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.graphics.Bitmap.nativeCreate(Native Method)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.graphics.Bitmap.createBitmap(Bitmap.java:574)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.ZoomHelper.createSnapshot(ZoomHelper.java:444)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.ZoomHelper.beginZoom(ZoomHelper.java:194)<br />
0<br />
6-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.MapView$2.onScaleBegin(MapView.java:371)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ScaleGestureDetector.onTouchEvent(ScaleGestureDetector.java:248)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.google.android.maps.MapView.onTouchEvent(MapView.java:646)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.View.dispatchTouchEvent(View.java:3765)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:905)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:944)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1701)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1116)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.app.Activity.dispatchTouchEvent(Activity.java:2093)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1685)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1802)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.os.Handler.dispatchMessage(Handler.java:99)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.os.Looper.loop(Looper.java:144)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at android.app.ActivityThread.main(ActivityThread.java:4937)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at java.lang.reflect.Method.invokeNative(Native Method)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at java.lang.reflect.Method.invoke(Method.java:521)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)</p>
<p>06-17 12:23:21.229: ERROR/AndroidRuntime(3773):     at dalvik.system.NativeStart.main(Native Method)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-858</link>
		<dc:creator><![CDATA[Android]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 10:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-858</guid>
		<description><![CDATA[Nice same this only, but with zoom controls and shadows for the marker is on this example http://android-codes-examples.blogspot.com/2011/04/google-map-example-in-android-with-info.html]]></description>
		<content:encoded><![CDATA[<p>Nice same this only, but with zoom controls and shadows for the marker is on this example <a href="http://android-codes-examples.blogspot.com/2011/04/google-map-example-in-android-with-info.html" rel="nofollow">http://android-codes-examples.blogspot.com/2011/04/google-map-example-in-android-with-info.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagadeeshbabu</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-842</link>
		<dc:creator><![CDATA[jagadeeshbabu]]></dc:creator>
		<pubDate>Thu, 17 Feb 2011 05:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-842</guid>
		<description><![CDATA[i&#039;m developing the streaming mediaplayer i want search as in albums,tracks,artist 3 should be get all in same functionality.when ever iam searching the mediaplayer]]></description>
		<content:encoded><![CDATA[<p>i&#8217;m developing the streaming mediaplayer i want search as in albums,tracks,artist 3 should be get all in same functionality.when ever iam searching the mediaplayer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webview and markers</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-841</link>
		<dc:creator><![CDATA[webview and markers]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 13:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-841</guid>
		<description><![CDATA[[...] that it needs mapview to do it see tutorial below   Android Tutorial 2: &#8220;Hit&#8221; testing on a View (MapView) Pocket Journey    __________________ Best regards, Cor de Visser, Netherlands, HTC Magic 2.2.1  Amazing Guitar [...]]]></description>
		<content:encoded><![CDATA[<p>[...] that it needs mapview to do it see tutorial below   Android Tutorial 2: &#8220;Hit&#8221; testing on a View (MapView) Pocket Journey    __________________ Best regards, Cor de Visser, Netherlands, HTC Magic 2.2.1  Amazing Guitar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khanhkhanh</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-724</link>
		<dc:creator><![CDATA[khanhkhanh]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 04:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-724</guid>
		<description><![CDATA[thanks you very much. i am starting to learn android, and i need very example similer. thanks ............]]></description>
		<content:encoded><![CDATA[<p>thanks you very much. i am starting to learn android, and i need very example similer. thanks &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android Map Tutorials Updated to v1.5 (Cupcake) &#8211; MapView &#38; MapActivity &#171; Pocket Journey</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-714</link>
		<dc:creator><![CDATA[Android Map Tutorials Updated to v1.5 (Cupcake) &#8211; MapView &#38; MapActivity &#171; Pocket Journey]]></dc:creator>
		<pubDate>Fri, 01 Oct 2010 17:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-714</guid>
		<description><![CDATA[[...] Tutorial 1: Transparent Panel (Linear Layout) On MapView (Google Map) Tutorial 2: “Hit” testing on a View (MapView) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Tutorial 1: Transparent Panel (Linear Layout) On MapView (Google Map) Tutorial 2: “Hit” testing on a View (MapView) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markers in Google Maps FC's the app on touch - Android Forums</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-706</link>
		<dc:creator><![CDATA[Markers in Google Maps FC's the app on touch - Android Forums]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 03:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-706</guid>
		<description><![CDATA[[...] Hi. I am having the same proble and its a major headache.lol This link provides another approach you can take.   Android Tutorial 2: &#8220;Hit&#8221; testing on a View (MapView) Pocket Journey [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Hi. I am having the same proble and its a major headache.lol This link provides another approach you can take.   Android Tutorial 2: &#8220;Hit&#8221; testing on a View (MapView) Pocket Journey [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kids</title>
		<link>http://blog.pocketjourney.com/2008/03/19/tutorial-2-mapview-google-map-hit-testing-for-display-of-popup-windows/#comment-705</link>
		<dc:creator><![CDATA[kids]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=8#comment-705</guid>
		<description><![CDATA[I&#039;m very sorry for my poor english , wish u can pardon me...thanks

After anti-investigation on the latitude and longitude drawn on MAP
But I want to change into a label, I can choose the label you want to click
I will show the information stored in SQL there are two activity but I&#039;ve managed to overlay the map
No way to click on the option had no idea that part of the code may need to modify the link to getHitMapLocation

I&#039;ve two activity 

This is first one

http://paste.plurk.com/show/297082/

and then second one

http://paste.plurk.com/show/296979/

I can overlay but no way to onTap 

look like http://www.flickr.com/photos/44995622@N07/4920261104/

It&#039;s my ideal

how have any way or proposed for me]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m very sorry for my poor english , wish u can pardon me&#8230;thanks</p>
<p>After anti-investigation on the latitude and longitude drawn on MAP<br />
But I want to change into a label, I can choose the label you want to click<br />
I will show the information stored in SQL there are two activity but I&#8217;ve managed to overlay the map<br />
No way to click on the option had no idea that part of the code may need to modify the link to getHitMapLocation</p>
<p>I&#8217;ve two activity </p>
<p>This is first one</p>
<p><a href="http://paste.plurk.com/show/297082/" rel="nofollow">http://paste.plurk.com/show/297082/</a></p>
<p>and then second one</p>
<p><a href="http://paste.plurk.com/show/296979/" rel="nofollow">http://paste.plurk.com/show/296979/</a></p>
<p>I can overlay but no way to onTap </p>
<p>look like <a href="http://www.flickr.com/photos/44995622@N07/4920261104/" rel="nofollow">http://www.flickr.com/photos/44995622@N07/4920261104/</a></p>
<p>It&#8217;s my ideal</p>
<p>how have any way or proposed for me</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-691</link>
		<dc:creator><![CDATA[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><![CDATA[Thanks Steve.  Glad I could help.]]></description>
		<content:encoded><![CDATA[<p>Thanks Steve.  Glad I could help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

