Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I've just gotten this project to do at my company that basically involves me taking our company's existing web app and converting it to a mobile app. That we can then port to devices such as Android and iPhone etc using PhoneGap.

I only know of 2 platforms for this namely ApplicationCraft and Titanium from Appcelerator. Which of these 2 would you say is the better one and if there's others that might be better than this, what are they? What's your thoughts on them etc?

share|improve this question

closed as not constructive by gnat, thorsten müller, Oded, hotpaw2, Matthew Flynn May 14 '12 at 17:58

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

ApplicationCraft I dont know.Titanium from Appcelerator i have worked on that. In this developer need to write code in JavaScript. this code is later compile to native code. the output will be android package build (apk file)& ios applicaiton build.

HTML5 Development comes with frameworks with build In UI components these are in JavaScript. JQuery mobile, Phone gap & sencha touch.

also there are Editors available with syntax checking, auto completing features. espresso mac aptana.

My suggestion is don't go for Titanium from Accelerator. Many API's are not cross platform supported.It is still in development mode. I have faced lot errors while developing application.

share|improve this answer

Their is one more framework called Sencha Touch. Sencha Touch is a high-performance HTML5 mobile application framework. Sencha Touch is the only framework that enables developers to build fast and impressive apps that work on iOS, Android, BlackBerry, Kindle Fire, and more.

Sencha Api is a good name in Javascript before Sencha Touch came therefore very big names are using Sencha Touch. the advantage in using Sencha Touch is, it is very fast reliable and based on html5.

Just check their demo here

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.