Some times we have to call our app from another application which we have control (Both are our Apps). Even sometimes we need to provide option to users to open native app from our website page. For example calling mail composer using mailto: <a href="mailto:mailid@mail.com">Open email composer</a> . When End user click on this link it will open native email composer. same thing we can also do in our app also. For example <a href="appid://">open my app</a> it will open fr...
Read More
Titanium
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