Getting started with Appcelerator Titanium @ Techday7

Last Saturday ( 16th-July-2012) I presented a PPT about Appcelerator Titanium at Techday7 event (Day of Titanium). It went very well (house full) and all Mobile developers, Web developers and also Titanium Developers of chennai are at one place that time.  so many questions and discussions about next generation cross platform framework ( Ti ). Here is PPT [slideshare id=14084246&doc=gettingstartedwithtitanium-120827101329-phpapp02] In this above PPT we can see * Titanium mobile architec...
Read More

Appcelerator Titanium Getting Start URLs

I will update content Soon... http://bit.ly/TiMyPage http://bit.ly/TiVimeo http://bit.ly/TiCloud http://bit.ly/TiTutorial http://bit.ly/TiLearning http://bit.ly/Ti7Days https://github.com/appcelerator https://github.com/appcelerator-titans https://github.com/appcelerator-developer-relations https://github.com/BradBroulik/titanium-mvc https://github.com/tanin47/silver https://github.com/railskarthi/acs_custom_object_query https://github.com/railskarthi/acs_andro...
Read More

Appcelerator Titanium Custom URL Scheme in iPhone and Android

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