On Thu, Jan 1, 2015 at 7:45 PM, Zaphod Beeblebrox wrote: > I did an app in Appcelerator Titanium. It was pretty decent. I had better > luck than with phone gap, but that was about 2 years back. Nice thing > about Titanium is that the UI is cross platform and everything is done in > Javascriptâ¦
Titanium is one step closer to the metal than Phone Gap in most cases because the JS you write ties to the Titanium API which (mostly) boils down to native code. Phone Gap is more or less a browser view container that gives the browser access to the phone's functionality. If your app usingIf your app is business "List / Detail" sort of app, either of these are fine. If it's a more interactive animated type of thing like a game you'd want to go native. -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook <http://www.facebook.com/cameroncf> | twitter <http://twitter.com/cameronc> | google+ <https://profiles.google.com/u/0/117829379451708140985> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:373066 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
