<?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>AIR Androidアプリ作成：Flash, Flash Builder 4.6</title>
	<atom:link href="http://himco.jp/air-for-android/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://himco.jp/air-for-android</link>
	<description>モバイルAndroidアプリケーションを作成するための基礎</description>
	<lastBuildDate>Wed, 14 Mar 2012 13:28:23 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>「モバイルAIRによるクロスプラットフォームアプリケーション開発」発売</title>
		<link>http://himco.jp/air-for-android/?p=3041</link>
		<comments>http://himco.jp/air-for-android/?p=3041#comments</comments>
		<pubDate>Wed, 14 Mar 2012 07:56:21 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=3041</guid>
		<description><![CDATA[本サイトで公開している内容を、AndroidとiOSアプリ両方を作成できるようにブラッシュアップし、またモバイル向けUIコンポーネントの使用方法などを加えた「モバイルAIRによるクロスプラットフォームアプリケーション開発」が発売されました。iPadなどで読みやすいEbook形式で、価格は１，８９０円です。 &#8212;書籍紹介文より引用 本書は、Adobe Flash CS5.5とActionScriptを使って、iOS／Androidに対応したモバイルアプリケーションを開発する手法を紹介する書籍です。画面の回転やマルチタッチ、加速度センサー、GPSといったモバイルデバイス特有の機能や、ファイル操作、データベース、音声、ビデオの操作といった機能のモバイルデバイス上での扱い方に加え、マルチスクリーンや縦長、横長画面に対応する方法、ナビゲーションシステム、モバイル向けUIコンポーネントの使い方など、モバイルアプリケーションに必要な機能について幅広く取り上げています。 目次 はじめに 本書で使用されている表記規則 本書のサンプルコード 意見と質問 1章　モバイルAIR iOSとAIR for iOS AndroidとAIR for Android モバイルAIR 一挙両得のFlash CS5.5 AIR 3の導入 ActionScriptのイベントリスナー 2章　モバイルAIRアプリ作成の基本 モバイルAIRの情報 AIR for Android設定パネル AIR for iOS設定パネル アイコンの作成 adlの使用 Android SDKのエミュレータの利用 画面サイズとステージサイズの取得 ステージ品質とフレームレート バックグラウンドに回ったときのAndroidとiOSの違い アプリケーションの終了 デバイスフォント trace()関数の結果の出力 モバイルAIRアプリのアップデート 3章　モバイルデバイス特有のテクニック デバイスの向き ステージの向き ステージの回転 マルチタッチとジェスチャ アクティベートとデアクティベートイベント 画面を暗転させない 仮想キーボードの制御 電話がかかってきたとき 加速度センサー カメラ GPS ハードウェアキー（Android） [...]]]></description>
			<content:encoded><![CDATA[<p>本サイトで公開している内容を、AndroidとiOSアプリ両方を作成できるようにブラッシュアップし、またモバイル向けUIコンポーネントの使用方法などを加えた<a href="http://www.oreilly.co.jp/books/9784873115450/" title="書籍" target="_blank">「モバイルAIRによるクロスプラットフォームアプリケーション開発」</a>が発売されました。iPadなどで読みやすいEbook形式で、価格は１，８９０円です。</p>
<p>&#8212;書籍紹介文より引用<br />
本書は、Adobe Flash CS5.5とActionScriptを使って、iOS／Androidに対応したモバイルアプリケーションを開発する手法を紹介する書籍です。画面の回転やマルチタッチ、加速度センサー、GPSといったモバイルデバイス特有の機能や、ファイル操作、データベース、音声、ビデオの操作といった機能のモバイルデバイス上での扱い方に加え、マルチスクリーンや縦長、横長画面に対応する方法、ナビゲーションシステム、モバイル向けUIコンポーネントの使い方など、モバイルアプリケーションに必要な機能について幅広く取り上げています。</p>
<p><a href="http://www.oreilly.co.jp/books/9784873115450/"><img src="http://www.himco.jp/topImages/mobileair.gif" alt="写真" /></a></p>
<p>目次</p>
<p>はじめに<br />
    本書で使用されている表記規則<br />
    本書のサンプルコード<br />
    意見と質問<br />
1章　モバイルAIR<br />
    iOSとAIR for iOS<br />
    AndroidとAIR for Android<br />
    モバイルAIR<br />
    一挙両得のFlash CS5.5<br />
    AIR 3の導入<br />
    ActionScriptのイベントリスナー</p>
<p>2章　モバイルAIRアプリ作成の基本<br />
    モバイルAIRの情報<br />
    AIR for Android設定パネル<br />
    AIR for iOS設定パネル<br />
    アイコンの作成<br />
    adlの使用<br />
    Android SDKのエミュレータの利用<br />
    画面サイズとステージサイズの取得<br />
    ステージ品質とフレームレート<br />
    バックグラウンドに回ったときのAndroidとiOSの違い<br />
    アプリケーションの終了<br />
    デバイスフォント<br />
    trace()関数の結果の出力<br />
    モバイルAIRアプリのアップデート</p>
<p>3章　モバイルデバイス特有のテクニック<br />
    デバイスの向き<br />
    ステージの向き<br />
    ステージの回転<br />
    マルチタッチとジェスチャ<br />
    アクティベートとデアクティベートイベント<br />
    画面を暗転させない<br />
    仮想キーボードの制御<br />
    電話がかかってきたとき<br />
    加速度センサー<br />
    カメラ<br />
    GPS<br />
    ハードウェアキー（Android）<br />
    外部SDカードへのインストール<br />
    StageWebView<br />
    カスタムURI<br />
    navigateToURL()<br />
    ネットワーク接続情報</p>
<p>4章　モバイルアプリに活用できるテクニック<br />
    ファイル操作<br />
    データベース<br />
    アプリケーションの状態の保存<br />
    マイク<br />
    ビデオ<br />
    P2P<br />
    トランジション</p>
<p>5章　モバイルアプリの最適化に役立つテクニック<br />
    比較検討するための数値の計測方法<br />
    ステージのフレームレートと品質<br />
    [CPU]と[GPU]レンダリングモード<br />
    配慮すべきActionScriptメソッドの使用方法<br />
    イベントリスナーとコールバック関数、AS3Signalライブラリ</p>
<p>6章　マルチスクリーン、縦横画面、ナビゲーションシステムに関するアイデア<br />
    マルチスクリーン対応<br />
    縦向きと横向きへの対応<br />
    ナビゲーションシステム</p>
<p>7章　コンポーネント<br />
    基本的なコードの記述方法<br />
    基本的なレイアウト<br />
    基本的なナビゲーション<br />
    基本的なコンポーネント<br />
    拡張的なコンポーネント<br />
    リモートサーバーからのデータの取得</p>
<p>付録A Hello Android<br />
    Android SDKのダウンロードとインストール<br />
    platform-toolsフォルダにパスを通す<br />
    Androidエミュレータの設定<br />
    FLAファイルの作成<br />
    エミュレータへのインストールと再生<br />
    実機へのインストールと再生</p>
<p>付録B Hello iOS<br />
    Apple IDの取得<br />
    iOS Developer Programへの参加<br />
    開発用証明書の取得<br />
    P12ファイルへの変換<br />
    デバイスの登録<br />
    App IDの作成<br />
    プロビジョニングプロファイルの取得<br />
    プロビジョニングプロファイルのインストール<br />
    FLAファイルの作成とパブリッシュ<br />
    iTunesを使ってデバイスと同期させる</p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=3041</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS 5.5 + iOSによるネイティブ拡張</title>
		<link>http://himco.jp/air-for-android/?p=3034</link>
		<comments>http://himco.jp/air-for-android/?p=3034#comments</comments>
		<pubDate>Wed, 14 Mar 2012 07:40:39 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=3034</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、Xcodeで作ったネイティブライブラリをFlash CS 5.5で使用する方法を探ったオリジナルの「 Flash CS 5.5 + iOSによるネイティブ拡張」を追加しました。 使用するAIRは3.2。ただしFlash CS 5.5がネイティブ拡張に対応していないのでadtコマンドを駆使する必要があり、作業が相当面倒です。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、Xcodeで作ったネイティブライブラリをFlash CS 5.5で使用する方法を探ったオリジナルの「 Flash CS 5.5 + iOSによるネイティブ拡張」を追加しました。</p>
<p>使用するAIRは3.2。ただしFlash CS 5.5がネイティブ拡張に対応していないのでadtコマンドを駆使する必要があり、作業が相当面倒です。</p>
<p><img src="http://www.himco.jp/articles/images/Flash55iOSHello.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=3034</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex + iOSによるネイティブ拡張 HelloWorld</title>
		<link>http://himco.jp/air-for-android/?p=3026</link>
		<comments>http://himco.jp/air-for-android/?p=3026#comments</comments>
		<pubDate>Wed, 07 Mar 2012 04:15:31 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=3026</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、オリジナルの「Flex + iOSによるネイティブ拡張 HelloWorld」を追加しました。 これはAdobe AIRのネイティブ拡張をiOSアプリで使用する手順を示すオリジナル記事で、iOS SDKをインストールしたXcodeを使用して、C言語のネイティブ拡張ライブラリを作成し、 Flash Builderを使ってActionScriptライブラリと、モバイルAIRのiOSアプリを作成します。 iOSデバイス上でアプリのボタンをタップすると、Cコードに記述した文字が表示されるだけのHelloWorldアプリですが、基本的な方法を学ぶことができます。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、オリジナルの「Flex + iOSによるネイティブ拡張 HelloWorld」を追加しました。</p>
<p>これはAdobe AIRのネイティブ拡張をiOSアプリで使用する手順を示すオリジナル記事で、iOS SDKをインストールしたXcodeを使用して、C言語のネイティブ拡張ライブラリを作成し、 Flash Builderを使ってActionScriptライブラリと、モバイルAIRのiOSアプリを作成します。</p>
<p>iOSデバイス上でアプリのボタンをタップすると、Cコードに記述した文字が表示されるだけのHelloWorldアプリですが、基本的な方法を学ぶことができます。</p>
<p><img src="http://www.himco.jp/articles/images/FlexiOSHello.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=3026</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ジャイロスコープのネイティブ拡張のサンプル</title>
		<link>http://himco.jp/air-for-android/?p=3011</link>
		<comments>http://himco.jp/air-for-android/?p=3011#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:45:02 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=3011</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページにAdobeの「Native extensions for Adobe AIR」ページで公開されている「ジャイロスコープのネイティブ拡張のサンプル」の日本語訳とコードの解説を公開しました。 原文には細かな説明は書かれていないので、Flash BuilderとAndroidデバイスを例に、日本語で解説を加え、コード内の原文コメントも日本語に直しています。 ＜No:115 Adobe AIRのネイティブ拡張の開発＞と合わせて読むと、細かな手順が理解できます。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>にAdobeの<a href="http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/gyroscope.html" title="ジャイロスコープのネイティブ拡張のサンプル" target="_blank">「Native extensions for Adobe AIR」</a>ページで公開されている「ジャイロスコープのネイティブ拡張のサンプル」の日本語訳とコードの解説を公開しました。</p>
<p>原文には細かな説明は書かれていないので、Flash BuilderとAndroidデバイスを例に、日本語で解説を加え、コード内の原文コメントも日本語に直しています。<br />
<a href="http://himco.jp/air-for-android/?p=3000" title="Adobe AIRのネイティブ拡張の開発" target="_blank">＜No:115 Adobe AIRのネイティブ拡張の開発＞</a>と合わせて読むと、細かな手順が理解できます。</p>
<p><img src="http://www.himco.jp/articles/images/gyroscope.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=3011</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIRのネイティブ拡張の開発</title>
		<link>http://himco.jp/air-for-android/?p=3000</link>
		<comments>http://himco.jp/air-for-android/?p=3000#comments</comments>
		<pubDate>Sat, 03 Mar 2012 01:31:34 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=3000</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.htmlで公開されている「Adobe AIRのネイティブ拡張の開発」の日本語訳を公開しました。 Adobe AIR 3.1では、これまでアクセスできなかったAndroidやiOSの機能に新しいネイティブ拡張を使ってアクセスできるようになりましたが、その道は相当にけわしく、AIRの手が届かないその先はAndroidならJava、iOSならC言語で記述する必要があります。 本記事はAndroidデバイスのバイブレータを作動させるAIRアプリをサンプルに、Javaプロジェクト、Flexライブラリプロジェクト、Flexモバイルプロジェクトを順に作成していく手順を、できるだけ分かりやすく示しています。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.htmlで公開されている「Adobe AIRのネイティブ拡張の開発」の日本語訳を公開しました。</p>
<p>Adobe AIR 3.1では、これまでアクセスできなかったAndroidやiOSの機能に新しいネイティブ拡張を使ってアクセスできるようになりましたが、その道は相当にけわしく、AIRの手が届かないその先はAndroidならJava、iOSならC言語で記述する必要があります。</p>
<p>本記事はAndroidデバイスのバイブレータを作動させるAIRアプリをサンプルに、Javaプロジェクト、Flexライブラリプロジェクト、Flexモバイルプロジェクトを順に作成していく手順を、できるだけ分かりやすく示しています。</p>
<p><img src="http://www.himco.jp/articles/images/developing-native-extensions-air.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=3000</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minko オフィシャルチュートリアルの翻訳</title>
		<link>http://himco.jp/air-for-android/?p=2993</link>
		<comments>http://himco.jp/air-for-android/?p=2993#comments</comments>
		<pubDate>Tue, 28 Feb 2012 13:08:11 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=2993</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、http://hub.aerys.in/minko/v1/tutorialsで公開されている「Minko Official Tutorials」の日本語訳を公開しました。Minkoを使用すると、ActionScriptのStage3Dクラスによる高速なレンダリング機能を利用した3D表現が可能になります。全80ページ。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、http://hub.aerys.in/minko/v1/tutorialsで公開されている「Minko Official Tutorials」の日本語訳を公開しました。Minkoを使用すると、ActionScriptのStage3Dクラスによる高速なレンダリング機能を利用した3D表現が可能になります。全80ページ。</p>
<p><img src="http://www.himco.jp/articles/images/minkotutorial.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=2993</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「Starlingの紹介」を追加</title>
		<link>http://himco.jp/air-for-android/?p=2983</link>
		<comments>http://himco.jp/air-for-android/?p=2983#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:24:30 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=2983</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、Flash Player、AIR 3のStage3Dを強化するStarlingライブラリを紹介した原書の日本語訳を追加しました。全140ページ。Stage3Dは従来の表示リストのさらに下層に位置し、GPUに描画することで画面のレンダリングを飛躍的に向上させます。Starlingはこれを扱いやすくしたライブラリで、ゲームやモバイルデバイスでの利用が期待されます。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、Flash Player、AIR 3のStage3Dを強化するStarlingライブラリを紹介した原書の日本語訳を追加しました。全140ページ。Stage3Dは従来の表示リストのさらに下層に位置し、GPUに描画することで画面のレンダリングを飛躍的に向上させます。Starlingはこれを扱いやすくしたライブラリで、ゲームやモバイルデバイスでの利用が期待されます。</p>
<p><img src="http://www.himco.jp/articles/images/IntroducingStarling.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=2983</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「Adobe AIR 3の新機能」追加</title>
		<link>http://himco.jp/air-for-android/?p=2978</link>
		<comments>http://himco.jp/air-for-android/?p=2978#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:18:45 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=2978</guid>
		<description><![CDATA[himco.jpの[翻訳記事]ページに、http://shop.oreilly.comから無料で入手できる、デスクトップとモバイル向けAIR 3の新機能を紹介した英語書籍の日本語訳をアップしました。大きなセールスポイントはStage3DとActionScript Native Extenstion（ANE）です。]]></description>
			<content:encoded><![CDATA[<p>himco.jpの<a href="http://www.himco.jp/articles.php" title="翻訳記事" target="_blank">[翻訳記事]ページ</a>に、http://shop.oreilly.comから無料で入手できる、デスクトップとモバイル向けAIR 3の新機能を紹介した英語書籍の日本語訳をアップしました。大きなセールスポイントはStage3DとActionScript Native Extenstion（ANE）です。<br />
<img src="http://www.himco.jp/articles/images/WhatsNewAIR3.jpg" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=2978</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「プログラミングAndroid」発売</title>
		<link>http://himco.jp/air-for-android/?p=2966</link>
		<comments>http://himco.jp/air-for-android/?p=2966#comments</comments>
		<pubDate>Fri, 03 Feb 2012 07:33:38 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=2966</guid>
		<description><![CDATA[AIRとは直接関係はありませんが、オライリー・ジャパンより、わたしが翻訳した「プログラミングAndroid」が発売されます。言語はJavaです。 http://www.oreilly.co.jp/books/9784873115351/]]></description>
			<content:encoded><![CDATA[<p>AIRとは直接関係はありませんが、オライリー・ジャパンより、わたしが翻訳した「プログラミングAndroid」が発売されます。言語はJavaです。<br />
<a href="http://www.oreilly.co.jp/books/9784873115351/" title="「プログラミングAndroid」" target="_blank">http://www.oreilly.co.jp/books/9784873115351/</a></p>
<p><img src="http://www.himco.jp/topImages/android.gif" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=2966</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「Flex 4.5によるAndroidアプリケーション開発」発売</title>
		<link>http://himco.jp/air-for-android/?p=2960</link>
		<comments>http://himco.jp/air-for-android/?p=2960#comments</comments>
		<pubDate>Sat, 14 Jan 2012 01:56:37 +0000</pubDate>
		<dc:creator>himco</dc:creator>
				<category><![CDATA[0. 参考ドキュメント]]></category>
		<category><![CDATA[3.Flex Hero (Flash Builder Burrito プレビューリリース版)]]></category>

		<guid isPermaLink="false">http://himco.jp/air-for-android/?p=2960</guid>
		<description><![CDATA[オライリー・ジャパンより、わたしが翻訳した「Flex 4.5によるAndroidアプリケーション開発」がEbookとして発売されます。 http://www.oreilly.co.jp/books/9784873115184/]]></description>
			<content:encoded><![CDATA[<p>オライリー・ジャパンより、わたしが翻訳した「Flex 4.5によるAndroidアプリケーション開発」がEbookとして発売されます。</p>
<p><a href="http://www.oreilly.co.jp/books/9784873115184/" title="http://www.oreilly.co.jp/books/9784873115184/" target="_blank">http://www.oreilly.co.jp/books/9784873115184/</a></p>
<p><img src="http://www.himco.jp/topImages/flex45.gif" alt="写真" /></p>
]]></content:encoded>
			<wfw:commentRss>http://himco.jp/air-for-android/?feed=rss2&#038;p=2960</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

