views:

170

answers:

1

What is the best (meaning: most popular) UI Java markup language for designing applications for Google Android?

So i will say something like

<Application layout="vertical">
 <Panel width="250" height="200" layout="vertical" horizontalAlign="center" 
 verticalAlign="middle" title="This is a panel">
  <Button label="This is a button"/>
 </Panel>
</Application>

and get something like

this window

+3  A: 

Er, the Android one? I'm not aware of any alternative either.

Mirko Nasato