Titanium

體驗一下, cross platform mobile app 的開發工具 Appcelerator Titanium

Appcelerator Titanium

在 Debian testing 下面,會有一點點小問題,可以這樣解,分享的連結檔,有一些相依性的問題

http://developer.appcelerator.com/question/14471/symbol-lookup-error-usrliblibgdk-x11-20so0-undefined-symbol-gmallocn-solved


DUMMY STEP

1. download http://www.appcelerator.com/products/download/ , for me is 64bit Linux http://www.appcelerator.com/download-linux64

2. tar zxvf Titanium Developer-1.2.2 ; cd Titanium\ Developer-1.2.2/ ; ./Titanium\ Developer # will auto download SDK

3. git clone https://github.com/appcelerator/KitchenSink.git

3. ./Titanium\ Developer # import project KitchenSink

4. now you can build this app to your emulator or device

PS1: 也有 PhoneGap 可以玩,都很容易上手,還有 Andriod SDK ,或是 IOS 的 SDK 是一定要裝得啦, Mac OS 可以放在 VirtualBox 裡面跑

PS2: 如果要真的要 mobile development 也可以,把 ~/.titanium/ ,及整個 Titanium\ Developer-1.2.2 資料夾都放 Dropbox,再用 symbolic link 的方式連 ~/.titanium ,所以只要有無敵的 editor 就可以了

PS3: 真的不喜歡 GUI , 要用 command line http://guilherme.pro/2011/04/06/titanium-mobile-hack-execute-your-projects-from-the-command-line-using-make/ ,他的 test project 也蠻酷的 https://github.com/guilhermechapiewski/titanium-jasmine