+ 5
Do you need to know XML to create APK's with Java?
I'm planning to learn how to create Android apps with Java, but I see XML when you are creating the app. I need to know so I can be prepared.
3 Réponses
+ 11
Android XML is like English. You can understand it just by seeing it.
+ 2
xml is required for layouts. that is display.
+ 2
XML is used for creating UIs. Android Studio will allow you to design your UI even without deep knowledge in xml schema. Just using simple drag'n'drop technique.