Titanium News

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

Ti Weekly Clips (2013/05/06~2013/05/12) #TitaniumJP

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

先週に続いて一日遅れでの更新で申し訳ありません。

News

■Please Review ListView Phase 2 specification « Appcelerator Developer Center

http://developer.appcelerator.com/blog/2013/05/please-review-listview-phase-2-specification.html

3.1から導入されたListViewですが、仕様の第2フェーズに関する意見募集が行われています。締切は来週15日。

■Appcelerator Adds Oracle Support to Enable Massive Adoption of Mobile First Enterprise Application Strategies - WSJ.com

http://online.wsj.com/article/PR-CO-20130430-904080.html

ってな記事が載っていたのですが、Oralce Databaseと直接対話するのではなく、間にMobile Serverを介在させて、対話したり、SQLiteやBerkleryDBに連携するという仕掛けのようです。利用に当たってはContact Salesという毎度のシチュエーションです。

Tips & Topics

■Hacktastic Portrait to Landscape TSS swticher for TiAlloy

https://gist.github.com/jasonkneen/5489039

まだ開発中のコードですが、デバイス方向を変えた際に縦横のTSSを切り替えるというもの。

■TiQiita ver1.1をリリースしました。 - TitaniumMobile勉強記

http://h5y1m141.hatenablog.com/entry/2013/05/08/081313

ImageViewのリモート画像取得処理でハマるというパターン。これは切り分けが難しい。

■When doing console.log on Android, get the output on the Terminal.

https://gist.github.com/ricardoalcocer/5498098

Androidでのデバッグ中ログをterminalに吐き出すためのadbコマンドのパラメータの振り方&パイプの掛け方。

GitHub Watch

■k0sukey/TiNend · GitHub https://github.com/k0sukey/TiNend

モバイル向け広告配信サービスnendを利用するためのiOS向けネイティブモジュール

■bettytran/acsloginwidget · GitHub

https://github.com/bettytran/acsloginwidget

ACSにログインするためのAlloy Widget

■jmoretti/TiBcrypt · GitHub https://github.com/jmoretti/TiBcrypt

Blowfish暗号を実現するためのiOSネイティブモジュール

■rborn/TitaniumYoutubePlayer · GitHub

https://github.com/rborn/TitaniumYoutubePlayer

YouTubeの埋め込みプレイヤーを実現するCommonJSモジュール

■ricardoalcocer/actionbarclone · GitHub

https://github.com/ricardoalcocer/actionbarclone

なんちゃってActionBarを実現するAlloy Widget