Thursday, 22 November 2018

XML and Java in Android development

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).


No comments:

Post a Comment

Building Your First App

Now you 'll learn how to build your first Android app. You’ll learn how to create an Android project with Android Studio and run a debu...