Titanium News

Appcelerator Titanium Mobileに関するニュースなどを淡々とお伝えしていきます。

Ti Weekly Clips (2013/05/19~2013/05/25) #TitaniumJP

f:id:donayama:20120317112922p:plain:left1週間のTitanium/Appceleratorに関するブックマークを振り返るTi Weekly Clipsのお時間でございます。

以前作っていたアプリの亜種を作らないといけない状況になり、先送りし続けてきていたAlloy+ACSに本格的に取り組まないといけなさそうです。あれこれ情報収集だけはしてきましたが、それが役立つのかどうか(^^;

成果はまたご報告したいと思います。

それでは今週の振り返りへ。

News

■3.1.1 Release Candidate of Titanium SDK/Studio Now Available « Appcelerator Developer Center

http://developer.appcelerator.com/blog/2013/05/3-1-1-release-candidate-of-titanium-sdkstudio-now-available.html

Titanium SDK/Studioの3.1.1のリリース候補版が出ています。一応、フィードバック締切が5月29日に設定されているので、これまでの経緯からすると日本時間で5月31日〜6月1日に3.1.1の正式版リリースがされる可能性が高そうです。

おもな変更点は次のような感じ。大体Android関係ですが、マイナーバージョンアップでサポートOSの変更をするという相変わらずの豪胆さですw

  • 対象となるOSの変更
    • Android 2.3.3未満は対象外に(API Level 10以上必須)
    • iOSも4.xは対象外に(Xcodeは4.3以降が必須に)
  • Titanium.Android.Calendarが非推奨に。
  • Androidカメラ撮影時の挙動変更(これまでsaveToPhotoGalleryプロパティの設定に関わらず自動保存されていたが、それを見るようになった)
  • Android r22のフォルダ構成問題対応
    Updating to Android r22 Tools « Appcelerator Developer Center
  • Android MapView表示でuserLocationButtonプロパティが追加、regionchangedイベントが修正

あくまでもリリース候補版なので、その点ご注意下さい。

■Recap of the Appcelerator Platform Launch Live Stream

http://thinkmobile.appcelerator.com/blog/bid/293996/Recap-of-the-Appcelerator-Platform-Launch-Live-Stream

日本時間の24日未明に開催されたエンタープライズ向けサービスAppcelerator Platformのラウンチセッションのビデオが公開されています。

Appcelerator DashboardやLiveViewといったキーワードが並んでいますが、まだビデオ見れてません(^^;

エンタープライズ系としては来週にもWebinarが開催されます。

Enterprise Webinar: Imagine the Possibilities of Enterprise Mobility

http://thinkmobile.appcelerator.com/blog/bid/293995/Enterprise-Webinar-Imagine-the-Possibilities-of-Enterprise-Mobility

■6月、7月のTitaniumもくもく会の告知ですよ。

下記日程で実施されますので、ご都合が付くようであれば是非ともご参加下さい。

Titanium もくもく会 #9 2013 / 2013年6月13日(木)@渋谷

http://atnd.org/events/39845

Titanium もくもく会 #10 2013 / 2013年7月17日(水)@新宿

http://atnd.org/events/39923

Tips & Topics

■used promises with Appcelerator Titanium @see http://documentup.com/kriskowal/q/

https://gist.github.com/aaronksaunders/083c7512342d1dde20c2

Ti上で非同期処理を同期的に実現するためのPromiseの使い方

■tijasmine (jasmine BDD for Appcelerator Titanium) turns 1.0.0

http://billdawson.com/tijasmine-jasmine-bdd-for-appcelerator-titanium-turns-1-0-0/

tijasmineがバージョン1.0.0になりました。

■isis re-direct: Titanium SDKMIPS 対応にする(研究中)

http://isisredirect.blogspot.jp/2013/05/titanium-sdk-mips.html

MIPSAndroid端末上でTitanumアプリを動かすためのあれこれ。

GitHub Watch

■ryugoo/TiExtendWeb · GitHub

https://github.com/ryugoo/TiExtendWeb

WebViewのスクロール時の挙動を調整できるiOSネイティブモジュール。おまけとしてWebView内のコンテンツとTiのAPIをやりとりするための仕掛けも持っています。

■ptrikutam/TiWebViewExtension · GitHub

https://github.com/ptrikutam/TiWebViewExtension

WebViewのCookie操作とUserAgent変更を行うiOSネイティブモジュール

■viezel/napp.alloy.adapter.restsql · GitHub

https://github.com/viezel/napp.alloy.adapter.restsql

外部のRESTfulなDBインタフェースだけではなく、ローカルのSQLiteへの接続も可能なAlloyのSyncAdapter。