<?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>Only for me</title>
	<atom:link href="http://hotchin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hotchin.wordpress.com</link>
	<description>Hotchin.wordpress.com</description>
	<lastBuildDate>Mon, 29 Aug 2011 11:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hotchin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Only for me</title>
		<link>http://hotchin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hotchin.wordpress.com/osd.xml" title="Only for me" />
	<atom:link rel='hub' href='http://hotchin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sensor Simulator</title>
		<link>http://hotchin.wordpress.com/2011/06/15/sensor-simulator/</link>
		<comments>http://hotchin.wordpress.com/2011/06/15/sensor-simulator/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:45:14 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=147</guid>
		<description><![CDATA[The SensorSimulator drives your Android application in real time. About the SensorSimulator The OpenIntents SensorSimulator lets you simulate sensor data with the mouse in real time. It currently supports accelerometer, compass, orientation, and temperature sensors, where the behavior can be customized through various settings. TRY IT OUT NOW Connecting the SensorSimulator with the Android emulator Download the latest sensorsimulator-x.x.x.zip from the download tab and unzip. Start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=147&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2011/06/15/sensor-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>

		<media:content url="http://openintents.googlecode.com/svn/images/screenshots/Release-0.1.2/sensorsimulator01a_anim.gif" medium="image" />

		<media:content url="http://openintents.googlecode.com/svn/images/screenshots/Release-0.1.2/sensorsimulator_java_01a.png" medium="image" />

		<media:content url="http://openintents.googlecode.com/svn/images/screenshots/Release-0.9.0/sensorsimulator-settings01a.png" medium="image" />

		<media:content url="http://openintents.googlecode.com/svn/images/screenshots/Release-0.9.0/sensorsimulator-settings02a.png" medium="image" />

		<media:content url="http://openintents.googlecode.com/svn/images/screenshots/Release-0.1.2/sensorsimulator_settings01g.png" medium="image" />
	</item>
		<item>
		<title>Set mapview zoom level</title>
		<link>http://hotchin.wordpress.com/2011/05/01/set-mapview-zoom-level/</link>
		<comments>http://hotchin.wordpress.com/2011/05/01/set-mapview-zoom-level/#comments</comments>
		<pubDate>Sun, 01 May 2011 10:41:30 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
		
		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=142</guid>
		<description><![CDATA[@Override public void draw(Canvas canvas, MapView mapView, boolean shadow) { super.draw(canvas, mapView, shadow); if (mapView.getZoomLevel() &#60; 2) mapView.getController().setZoom(2); } mapView.setOnTouchListener(new OnTouchListener() { public boolean onTouch(View v, MotionEvent event) { if(event.getPointerCount() &#62; 1) { return true; } return false; } });<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=142&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2011/05/01/set-mapview-zoom-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
		<item>
		<title>Android Offline Google Maps</title>
		<link>http://hotchin.wordpress.com/2011/04/26/android-offline-google-maps/</link>
		<comments>http://hotchin.wordpress.com/2011/04/26/android-offline-google-maps/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 15:57:40 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=134</guid>
		<description><![CDATA[Recently I purchased an Android cell phone. I couldn&#8217;t stand any more my old slow windows phone. Anyway, I really amazed by the Android OS, it&#8217;s too&#8230;. open source, and that&#8217;s the beauty of it. Thousands of developers and their apps, ready to serve you with no cost. Even if you cannot find what you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=134&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2011/04/26/android-offline-google-maps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>

		<media:content url="http://www.takistmr.com/images/articles/mac_1.png" medium="image">
			<media:title type="html">mobile atlas creator</media:title>
		</media:content>

		<media:content url="http://www.takistmr.com/images/articles/mac_2.png" medium="image">
			<media:title type="html">processing</media:title>
		</media:content>

		<media:content url="http://www.takistmr.com/images/articles/rmap_qr.png" medium="image">
			<media:title type="html">app</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse is running in a JRE, but a JDK is required</title>
		<link>http://hotchin.wordpress.com/2011/01/15/eclipse-is-running-in-a-jre-but-a-jdk-is-required/</link>
		<comments>http://hotchin.wordpress.com/2011/01/15/eclipse-is-running-in-a-jre-but-a-jdk-is-required/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 15:12:06 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Програм хангамж]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=130</guid>
		<description><![CDATA[open eclipse or STS getting popup message: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. in your eclipse.ini file located in your eclipse install dir. add these bold text: -vm C:/Program Files/Java/jdk1.7.0/bin/javaw.exe -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar &#8211;launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810 -product com.springsource.sts.ide &#8211;launcher.defaultAction [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=130&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2011/01/15/eclipse-is-running-in-a-jre-but-a-jdk-is-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
		<item>
		<title>Using AutoCompleteExtender in asp.NET</title>
		<link>http://hotchin.wordpress.com/2010/11/30/using-autocompleteextender-in-asp-net/</link>
		<comments>http://hotchin.wordpress.com/2010/11/30/using-autocompleteextender-in-asp-net/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:16:41 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[ASP.net]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=124</guid>
		<description><![CDATA[//SERVICE Example: extenderService.asmx using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; /// &#60;summary&#62; /// Summary description for AutoCompleteService /// &#60;/summary&#62; [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.Web.Script.Services.ScriptService] // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. public class AutoCompleteService : System.Web.Services.WebService { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=124&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2010/11/30/using-autocompleteextender-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
		<item>
		<title>Manually Databinding a GridView</title>
		<link>http://hotchin.wordpress.com/2010/11/23/manually-databinding-a-gridview/</link>
		<comments>http://hotchin.wordpress.com/2010/11/23/manually-databinding-a-gridview/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 14:56:54 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[ASP.net]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=114</guid>
		<description><![CDATA[Posted by: Aaron Goldenthal 4/19/2009 9:36 PM One of the questions I see frequently on the ASP.NET forums is how to deal with exceptions like The GridView &#8216;GridView1&#8242; fired event RowEditing which wasn&#8217;t handled. The GridView &#8216;GridView1&#8242; fired event PageIndexChanging which wasn&#8217;t handled. The GridView &#8216;GridView1&#8242; fired event Sorting which wasn&#8217;t handled. The GridView &#8216;GridView1&#8242; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=114&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2010/11/23/manually-databinding-a-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to copy image to android emulator?</title>
		<link>http://hotchin.wordpress.com/2010/10/11/how-to-copy-image-to-android-emulator/</link>
		<comments>http://hotchin.wordpress.com/2010/10/11/how-to-copy-image-to-android-emulator/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:39:42 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=109</guid>
		<description><![CDATA[Type inside your pc command prompt &#62;&#62; adb push D:\My picture\669256078_ceaf86ef98.jpg /sdcard/DCIM/Camera/669256078_ceaf86ef98.jpg<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=109&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2010/10/11/how-to-copy-image-to-android-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use google map in android</title>
		<link>http://hotchin.wordpress.com/2010/08/15/googlemaps/</link>
		<comments>http://hotchin.wordpress.com/2010/08/15/googlemaps/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:12:01 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=120</guid>
		<description><![CDATA[Using Eclipse, create a new Android project and name GoogleMaps as shown in Figure 1. Figure 1 Creating a new Android project using Eclipse Obtaining a Maps API key Beginning with the Android SDK release v1.0, you need to apply for a free Google Maps API key before you can integrate Google Maps into your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=120&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2010/08/15/googlemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>

		<media:content url="http://mobiforge.com/files/and-goog-1.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-2.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-3.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-4.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-5.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-6.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-7.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-8.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-9.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-10.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-11.png" medium="image" />

		<media:content url="http://mobiforge.com/files/and-goog-12.png" medium="image" />
	</item>
		<item>
		<title>.:~~~~~~~~~~~~~~~~~~~~ SOON ~~~~~~~~~~~~~~~~~~~~:.</title>
		<link>http://hotchin.wordpress.com/2010/04/30/soon/</link>
		<comments>http://hotchin.wordpress.com/2010/04/30/soon/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 16:26:50 +0000</pubDate>
		<dc:creator>hotchin</dc:creator>
				<category><![CDATA[Мэдээ]]></category>

		<guid isPermaLink="false">http://hotchin.wordpress.com/?p=96</guid>
		<description><![CDATA[Удахгүй post бичиж эхлэнэ.  :0)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hotchin.wordpress.com&amp;blog=8611838&amp;post=96&amp;subd=hotchin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hotchin.wordpress.com/2010/04/30/soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/603e40ef269e67848d519c9615991d4b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hotchin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
