Appcelerator Titanium Useful Marcos and alias

Appcelerator Titanium SDK is purely JavaScript platform. So, Web developers can also create native application for top SmartPhone OS Android and iOS, HTML5 (Mobile Web). Now Titanium beta released for Blackberry also. I hope soon I can see my favorite OS Windows Phone in that list. Appcelerator team created few marcos for us, to minimize keystrokes. Here is the list of Marcos :- 1) Ti is alias for Titanium For example :- We can use Ti.API.info("prints info message"); instead of Titanium.API...
Read More

Appcelerator Announced Titanium Studio 2.0.2

Titanium recently released next version of Titanium Studio with version name 2.0.2. This version have few improvements and 140 bugs address according to Appcelerator. Highlights of this version (Ti Studio 2.0.2) Multi-line search File bugs and feature requests from inside Studio. Speed improvement in CSS parsing JavaScript has additional formatting options for placement of spaces around parentheses. Studio now uses the new platform -clean option where available. Studio on Windows has b...
Read More

Titanium Properties Get and Set in Best way

Build cross platform apps using PhoneGap, Titanium and many more. Let see with SDK on by one. PhoneGap :- It is Best solution for creating cross platform apps. Web developers can start creating native apps with out any training. Because we can develop apps using HTML5 and friends (JS and CSS3). It will load HTML pages, CSS and Javascripts file from resource folder to WebBrowser control. Titanium :- Another Great solution for cross platform apps. Same like PhoneGap, here also we can using J...
Read More