<?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>ぼっちプログラマ</title>
	<atom:link href="http://nira-uma.heteml.jp/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nira-uma.heteml.jp/blog</link>
	<description>フリーランスのプログラマのブログ</description>
	<lastBuildDate>Mon, 03 Oct 2011 01:32:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Titanium mobileでAndroidのアプリ名を設定する</title>
		<link>http://nira-uma.heteml.jp/blog/2011/10/03/titanium-mobile%e3%81%a7android%e3%81%ae%e3%82%a2%e3%83%97%e3%83%aa%e5%90%8d%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/</link>
		<comments>http://nira-uma.heteml.jp/blog/2011/10/03/titanium-mobile%e3%81%a7android%e3%81%ae%e3%82%a2%e3%83%97%e3%83%aa%e5%90%8d%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 23:55:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[titanium mobile]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://nira-uma.heteml.jp/blog/?p=23</guid>
		<description><![CDATA[titaniumのversionは1.7.2。 tiapp.xmlの &#60;android xmlns:android="http://schemas.android.com/apk/res/android"/&#62; を下記のように修正する。 &#60;android xmlns:android="http://schemas.android.com/apk/res/android"&#62; &#60;manifest&#62; &#60;application android:debuggable="false" android:icon="@drawable/appicon" android:label="ここにアプリ名" &#62; &#60;/application&#62; &#60;/manifest&#62; &#60;/android&#62; 他にもAndroidManifest.xmlに書くようなことは、ここに記述すれば良いっぽいです。]]></description>
			<content:encoded><![CDATA[<p>titaniumのversionは1.7.2。</p>
<p>tiapp.xmlの</p>
<pre>
    &lt;android xmlns:android="http://schemas.android.com/apk/res/android"/&gt;
</pre>
<p>を下記のように修正する。</p>
<pre>
    &lt;android xmlns:android="http://schemas.android.com/apk/res/android"&gt;
		&lt;manifest&gt;
			&lt;application android:debuggable="false" android:icon="@drawable/appicon" android:label="ここにアプリ名" &gt;
			&lt;/application&gt;
		&lt;/manifest&gt;

    &lt;/android&gt;
</pre>
<p>他にもAndroidManifest.xmlに書くようなことは、ここに記述すれば良いっぽいです。</p>
]]></content:encoded>
			<wfw:commentRss>http://nira-uma.heteml.jp/blog/2011/10/03/titanium-mobile%e3%81%a7android%e3%81%ae%e3%82%a2%e3%83%97%e3%83%aa%e5%90%8d%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Titanium meetup Tokyo #13 @五反田 に参加してきました。</title>
		<link>http://nira-uma.heteml.jp/blog/2011/09/29/titanium-meetup-tokyo-13/</link>
		<comments>http://nira-uma.heteml.jp/blog/2011/09/29/titanium-meetup-tokyo-13/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 12:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://nira-uma.heteml.jp/blog/?p=11</guid>
		<description><![CDATA[2011年9月29日に行われた。 Titanium meetup Tokyo #13 @五反田に参加してきました。 以下に内容をまとめてみました。 titanium mobile 1.8 11月発表予定。 ・android版のJSのインタプリタがv8に。スピードが3〜5倍くらいに！ merketplace https://marketplace.appcelerator.com/ →モジュールの売買(無料配布も可) モジュールのテストはAppceleratorでも行われる 販売単位 ・無料 ・一回のみ支払い ・年（または月）ごとの支払い ・開発者単位での支払い ライセンス制限がある。 買ってすぐUNLICENSED MODULEというエラーが出る →購入後30分ほど経てば解消される…らしい 購入すると my productsに追加される。 そこからモジュールがダウンロードできる。 ダウンロードしたものをunzipし、 その中身をprojectのhomeフォルダにいれ、buildを行うとmodules/以下に展開される tiApp.xmlの&#60;modules /&#62;にモジュール情報を追記 templateやiconのセットなんかも売ってたりする。]]></description>
			<content:encoded><![CDATA[<p>2011年9月29日に行われた。<br />
<a href="http://atnd.org/events/20243" target="_blank">Titanium meetup Tokyo #13 @五反田</a>に参加してきました。</p>
<p>以下に内容をまとめてみました。</p>
<p>titanium mobile 1.8 11月発表予定。<br />
・android版のJSのインタプリタがv8に。スピードが3〜5倍くらいに！</p>
<p>merketplace<br />
<a href="https://marketplace.appcelerator.com/" target="_blank">https://marketplace.appcelerator.com/</a><br />
→モジュールの売買(無料配布も可)<br />
モジュールのテストはAppceleratorでも行われる<br />
販売単位<br />
・無料<br />
・一回のみ支払い<br />
・年（または月）ごとの支払い<br />
・開発者単位での支払い<br />
ライセンス制限がある。<br />
買ってすぐUNLICENSED MODULEというエラーが出る<br />
→購入後30分ほど経てば解消される…らしい</p>
<p>購入すると <a href="https://marketplace.appcelerator.com/myapps" title="my products" target="_blank">my products</a>に追加される。<br />
そこからモジュールがダウンロードできる。<br />
ダウンロードしたものをunzipし、<br />
その中身をprojectのhomeフォルダにいれ、buildを行うとmodules/以下に展開される<br />
tiApp.xmlの&lt;modules /&gt;にモジュール情報を追記</p>
<p>templateやiconのセットなんかも売ってたりする。</p>
]]></content:encoded>
			<wfw:commentRss>http://nira-uma.heteml.jp/blog/2011/09/29/titanium-meetup-tokyo-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>はじめまして</title>
		<link>http://nira-uma.heteml.jp/blog/2011/09/17/%e3%81%af%e3%81%98%e3%82%81%e3%81%be%e3%81%97%e3%81%a6/</link>
		<comments>http://nira-uma.heteml.jp/blog/2011/09/17/%e3%81%af%e3%81%98%e3%82%81%e3%81%be%e3%81%97%e3%81%a6/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 06:03:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://nira-uma.heteml.jp/blog/?p=5</guid>
		<description><![CDATA[フリーランスのプログラマをやっております。 川島武蔵というものです。 PHPやruby on railsでのweb開発や、titanium mobileを使ったスマートフォンアプリの開発を最近の生業としております。 &#160;]]></description>
			<content:encoded><![CDATA[<p>フリーランスのプログラマをやっております。</p>
<p>川島武蔵というものです。</p>
<p>PHPやruby on railsでのweb開発や、titanium mobileを使ったスマートフォンアプリの開発を最近の生業としております。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nira-uma.heteml.jp/blog/2011/09/17/%e3%81%af%e3%81%98%e3%82%81%e3%81%be%e3%81%97%e3%81%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

