Android - Create app with pure Java and no XML?

前端 未结 6 930
清酒与你
清酒与你 2020-12-08 14:38

I\'m wondering if it is possible to create an Android app with only Java. No XML, no other things.

In Eclipse, when I create a new Android Project, the Manifest xml-

6条回答
  •  遥遥无期
    2020-12-08 15:05

    Take a look at this video, just posted by the android team: http://www.parleys.com/#st=5&id=2191&sl=8

    It's all about layouts and includes how to layout apps using Java, not XML. However, you are warned that the android team wants you to use XML...

提交回复
热议问题