Android & Web: What is the equivalent style for the web?
Posted
by Legend
on Stack Overflow
See other posts from Stack Overflow
or by Legend
Published on 2009-11-14T02:37:32Z
Indexed on
2010/04/21
20:03 UTC
Read the original article
Hit count: 196
I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for the web? I mean, with a predefined list of widgets that can be defined using a markup language and then control them using code?
I have come across Google's Web Toolkit that does something like this but I'd like to hear what other's think as well.
© Stack Overflow or respective owner