Lec 1
Lec 1
By Sidra Bashir
Introduction
Android app development is the process of
creating applications for devices running the
Android operating system. It involves writing code
in languages like Java or Kotlin using tools like
Android Studio. Developers design user interfaces,
manage app functions, and ensure compatibility
with different Android devices and versions.
Android is one of the most popular operating
system with over 88% of phones running android.
XML and Java Code
An XML file is used to build layouts in
android. Layouts are static pages (screens)
which can be manipulated Java code
(programmatically).