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