Web GUI frameworks for Phone development
Posted
by Runner
on Stack Overflow
See other posts from Stack Overflow
or by Runner
Published on 2010-04-16T14:14:30Z
Indexed on
2010/04/16
16:43 UTC
Read the original article
Hit count: 184
I looked already and could't find anyting good.
So a question is, are there any good web frameworks that would allow to easily develop GUI for the majority of high end phones? By this I mean
- It would have to work the same on majority of high end phones (forget the low cost ones)
- It would have to simplify the development and hide the ugly details from developer
- Clear design and good documentation. Also some stability on the market.
- The focus in on good looking and easy to make GUI. Javascript is only a plus.
So basically I am looking for something like jQuery or maybe ExtJS for phone development.
EDIT:
It would be a big plus if it could be consumed in Delphi
EDIT 2:
If it was not clear, I am looking for a web base solution. So the target is HTML output and not native code.
© Stack Overflow or respective owner