<?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>iPhone SDK develop &#38; programming tips &#187; google</title>
	<atom:link href="http://www.flyblog.info/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info</link>
	<description>ideas for programming</description>
	<lastBuildDate>Fri, 20 May 2011 09:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>下载google maps地图</title>
		<link>http://www.flyblog.info/catprogramming/175.html</link>
		<comments>http://www.flyblog.info/catprogramming/175.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 07:52:01 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=175</guid>
		<description><![CDATA[最近在写一个iPhone上的程序， 其中用到了google maps， 最简单的做法是在程序中嵌入一个UIWebView然后加载一个网页，在网页中写上一段javascript并包含google maps 地图对象即可， 这样的做法简单但有很大的弊端。 主要是效率以及稳定性的问题， UIWebView似乎是缓存了很多文件， 而又没有开放的接口用于释放清除这些缓存内容，这就导致程序可使用内存越来越小，直至崩溃，尤其是如果要同时使用UIImagePickerController那就更严重。 所以只要自己写maps 显示模块， 基本思路是给定一个中心点 地理坐标也就是经纬度， 然后计算所在图块（Tile Maps）的序号，根据当前放大倍数构建URL 然后在使用多线程下载小图块后显示]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/175.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google先进语音搜索功能将登陆iPhone</title>
		<link>http://www.flyblog.info/catitnews/108.html</link>
		<comments>http://www.flyblog.info/catitnews/108.html#comments</comments>
		<pubDate>Mon, 17 Nov 2008 03:34:53 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[业界动态]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[语音搜索]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=108</guid>
		<description><![CDATA[据纽约时报的最新报道，搜索巨头Google将推出先进的语音搜索服务，首先尝鲜此项服务的将是苹果iPhone。通过iPhone和Google语音搜索服务，用户可直接向手机语音发出诸如“珠穆朗玛峰有多高？”的问题，很快既有结果返回。
]]></description>
		<wfw:commentRss>http://www.flyblog.info/catitnews/108.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

