What is the best UI Java markup language for designing applications for Google Android? [closed]
We don’t allow questions seeking recommendations for books, tools, software libra开发者_开发问答ries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionWhat 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
(source: vdrillpro.net)Er, the Android one? I'm not aware of any alternative either.
精彩评论