views:

203

answers:

3

Web frameworks to develop for Android and iPhone?

+1  A: 

Eclipse is the popular tool for Android development. Not exactly sure what you're asking... Maybe provide some more detail?

Shawn Steward
+5  A: 

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.

Mauricio Scheffer
+2  A: 

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.

Roman Nurik