What is the part of XML and Java in Android development?
In simple words
XML for layout JAVA for programming your app
XML:
Basically , xml is used for layout designing.
All the UI and layout of your app is designed using xml.
Unlike Java (which is Back Bone of your app), xml helps you to design your app , how it will look , how components like buttons , textview , etc will be placed and their styling.
Apart from these , xml is also used for parsing data either from database or server into your android app.(Xml parsing).
In simple words
XML for layout JAVA for programming your app
XML:
Basically , xml is used for layout designing.
All the UI and layout of your app is designed using xml.
Unlike Java (which is Back Bone of your app), xml helps you to design your app , how it will look , how components like buttons , textview , etc will be placed and their styling.
Apart from these , xml is also used for parsing data either from database or server into your android app.(Xml parsing).
No comments:
Post a Comment