<?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>黑莓风暴 &#187; Connection</title>
	<atom:link href="http://bbdev.org/tag/connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://bbdev.org</link>
	<description>blackberry storm</description>
	<lastBuildDate>Mon, 30 Jan 2012 08:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>让黑莓程序支持WiFi联网</title>
		<link>http://bbdev.org/2009/01/blackberry-wifi-support/</link>
		<comments>http://bbdev.org/2009/01/blackberry-wifi-support/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 08:27:05 +0000</pubDate>
		<dc:creator>bbdev</dc:creator>
				<category><![CDATA[黑莓编程笔记]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Connection]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[黑莓]]></category>

		<guid isPermaLink="false">http://bbdev.org/?p=198</guid>
		<description><![CDATA[想必用过黑莓XX20系列（支持WiFi）的用户都知道，并不是什么程序都能使用WiFi的，这个控制权并不在用户手上，那么是什么原因造成的呢？ 主要原因就是RIM没有把这一层完全抽象到系统层面，而是要软件开发者在程序中做特殊的处理才行。 普通的联网程序中使用如下代码 String url = &#34;http://bbdev.org&#34;; HttpConnection c = &#40;HttpConnection&#41; Connector.open&#40;url&#41;; 这种方式是无法使用WiFi网络的，如果要在程序中使用WiFi网络，必须使用下面这种方式联网 String url = &#34;http://bbdev.org;interface=wifi&#34;; HttpConnection c = &#40;HttpConnection&#41; Connector.open&#40;url&#41;; 方法很简单，但是RIM的这种实现方式实在是不太友好，使得大量J2ME转过来的程序无法使用WiFi进行连接。]]></description>
		<wfw:commentRss>http://bbdev.org/2009/01/blackberry-wifi-support/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

