Appcelerator Titanium Alloy Framework

Appcelerator Titanium
Today in my company we had Internal Presentation about Alloy. Today's man is Titanium rock star Mr.Karthi author of www.titaniumtutorial.com "Alloy is the new Appcelerator framework designed to jump-start and quicken the building of quality Titanium applications"                   - appcelerator In personal, I like Alloy very much. It is really interesting. It makes easy for Web developers and Android developers to create crossplatform mobile application. We can now create views in XML(view) w...
More

Appcelerator Titanium Android Click to Auto Call

Appcelerator Titanium
Hi Everyone, I want to share the problem I faced today and the solution for that. Right now I'm developing an Android app and I had a requirement to make call by clicking a click to call button. The Problem here is we used Ti.Platform.openURL("tel:1234567"); to get into the Call dialer activity, but my Client want in the way of when the button is clicked the call should be made automatically for the given number. I used the following code on my button listener var intent = Ti.Android.creat...
More

Titanium OptionDialog with AndroidView

In this post we will see how to create a customize OptionDialog in Android, remember only in Android. Did you see Titanium Runtime error notification dialog box. It's OptionDialog box? Yes it is. We can also create same Custom option Dialog box, we have a property for this in optionDialog, it is AndroidView . Ok let see How to create, first check with  Appcelerator Titanium developer documentation  http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.UI.OptionDialog-propert...
More