fabian
fabian

Reputation: 5463

How to create a Webapp for iOS, Android, BBerry, Symbian

The Challenge

I would like to create a simple website for:

The Problem

Whats the "best-practice" for detect, optimize and deliver the Webapp for each device/screensitze? I know this is about HTML5, CSS3 Mediaqueries and JS. HTML5 Boilerplate is a good point to start.

But:

Upvotes: 5

Views: 3257

Answers (4)

Gabor
Gabor

Reputation: 7572

Adobe's Edge is the most refined HTML5 creator that also supports Android, iOS and Playbook (IMHO forget about Symbian, that's Nokia's half dead platform). BB7 uses webkit like most other desktop and mobile browsers.

Note that coincidentally Phonegap (that I see in other answers here) is part of Adobe now.

You can give a try to Titanium's new web SDK too.

And then look at this SO question which is very similar to yours and has lots of useful links in it.

Upvotes: 0

Stack User 5674
Stack User 5674

Reputation: 1588

Mobl is new language for the mobile web. just a look on it.

Upvotes: 0

blessanm86
blessanm86

Reputation: 31779

My suggestion would be to use Sencha Touch. Its a very mature mobile app frame work with a very active community. They support any mobile that uses the webkit based browser which is everything on your list(Im not sure about the symbian browser).

Sencha 2 which will be released by the end of october will have its own native packaging library, so the use of phonegap wont be required. But it work well with phone gap if preferred.

Upvotes: 0

Stephan Branczyk
Stephan Branczyk

Reputation: 9375

Use Phone Gap as your starting point.

Depending on your use case, there may be other libraries you may want to pile on top of it, but basically Phone Gap is what you should start with.

Upvotes: 4

Related Questions