Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm pretty new to Sencha Touch and am trying to make a simple android application . My question is, how should I create the structure of the application? how to use it from a browser?

share|improve this question

closed as not constructive by Bill the Lizard Mar 21 '12 at 18:55

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.

1 Answer

You might want to look into Apache Cordova (formerly PhoneGap), which is a framwork for writing mobile apps in HTML5/JavaScript and then building native app packages for iPhone, Android, Blackberry, etc.

In the app you can use any JS framework, and indeed Sencha Touch is a common choice.

share|improve this answer

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