Viet
Viet

Reputation: 18404

Web frameworks to develop for Android and iPhone?

Web frameworks to develop for Android and iPhone?

Upvotes: 3

Views: 898

Answers (2)

Roman Nurik
Roman Nurik

Reputation: 29745

You can use pretty much any client-side web framework. Some will have more mobile-friendly features than others. Just to name a few:

As for server-side application frameworks (i.e. App Engine or Django), you can certainly use anything you'd like.

Upvotes: 3

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99720

Any server platform/framework will do, both Android and iPhone have pretty standard browsers. Just don't use Flash, Silverlight or similar plugins. Stick to the w3c standards and you should be fine.

Upvotes: 5

Related Questions