万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

2014-04-05から1日間の記事一覧

Titanium のFacebookモジュールを使う

・tiapp.xmlをコメントアウトして置き換える。 <modules> <module platform="android">facebook</module> <module platform="iphone">facebook</module> </modules> ・alloy.coffee ※JavaScriptを使う人はalloy.jsをいじる。 Alloy.Globals.Facebook = require('facebook…

Titanium JadeのImageViewの画像指定

ImageView(image="male.png")とかく。 ImageView (image="male.png")のように「ImageView」と「(」の間にスペース入れないこと!