Ti Weekly Clips(2012/07/08〜2012/07/14) #TitaniumJP
青い平日やらここ数日の疲れのあまり寝てしまい、コンパクトモードでお送りします。
News
■Advanced Titanium Mobile Development
http://vimeopro.com/appcelerator/advanced-titanium-mobile-development
Titanium Mobileの公認開発者試験TCMDのカリキュラムのビデオサイトが公開されています。
■Ti.Developers.meeting Vol.5のまとめはそのうち書きます
記事全体の最後にここ書いていますが、体力切れ。また明日にでもフォローします(^^;
CLI Toolbelt for Titanium "qnyp alloy"
https://speakerdeck.com/u/mochiz/p/cli-toolbelt-for-titanium-qnyp-alloy
http://vimeo.com/45393513
5分程度で分かる? Appceleratorの方のAlloy
■Titanium と alloy ではじめるスマートフォンアプリ開発 : Crocos Engineering Blog
http://engineering.crocos.jp/post/27039178058/titanium-alloy-smartphone-app
Crocosさんのブログにてalloyの解説記事。
■本格派エンジニアの工具箱 第35回 Appcelerator Cloud Servicesと連携するモバイルアプリの作成
http://gihyo.jp/dev/serial/01/engineer_toolbox/0035
gihyo.jpさんの連載記事にてACSの紹介。
■Learn Ti online
http://www.learningtitanium.com/blog/learn-ti-online.html
https://github.com/dawsontoth/appc.me.learn
appc.me.learnというWebブラウザ上でTitanium Mobileのソースコードの記述とその動作検証(右側に表示される疑似画面への再現という形)ツールを作られた Dawson Tothさんへのインタビュー記事。
appc.me.learnはなかなか利用されている様子のなかったMobile Webの活用例としてもすばらしいものです。是非一度触ってみてください。
Tips&Topics
■Appcelerator Cloud Push Notification in iPhone
http://www.titaniumtutorial.com/2012/07/appcelerator-cloud-push-notification-in.html
ACSを使ってiOSのプッシュ通知を行うチュートリアル。
■Appcelerator : Save file on iOS and Android
http://timoa.com/en/2012/07/appcelerator-nativepath-on-ios-and-android/
1.8.2以前と2.0以降での各プラットフォームでの挙動差やら吸収するファイル保存のコードサンプル。
■Create Thumbnail Image From Video File, Titanium Mobile
https://gist.github.com/3085036
こんなAPIあったのか!と目からウロコのサムネイル作成コードスにペット。
GitHub watch
■Image resize module for Appcelerator Titanium (Android)
https://github.com/yagitoshiro/ImageAsResized
@yagi_さんによるAndroid向けの画像加工モジュール。
■benCoding.Map
https://github.com/benbahrenburg/benCoding.Map
iOSのMapViewに対してポリゴン・円描画をサポートするためのネイティブモジュール。
ポリゴンモデルデータさえ入手できればGISっぽいアプリに繋がりそう。
■TiKeyboardListener Module
https://github.com/iamyellow/TiKeyboardListener
iOSでキーボード表示を切り替えたりするためのネイティブモジュール。
標準APIでサポートしてほしいんですけどね…。
■TiSwipeToReveal
https://github.com/rborn/TiSwipeToReveal
スワイプするとTableViewRowの下にメニューが表示されるという、Twitter公式のモバイルアプリみたいな挙動を行うためのCommonJSモジュール。