0% found this document useful (0 votes)
13 views6 pages

Lec 1

Android Introduction

Uploaded by

bsidra897
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

Lec 1

Android Introduction

Uploaded by

bsidra897
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

ANDROID APP DEVELOPMENT

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

Declaring UI, XML enables us to better


separate the presentation of application
from the code that controls its behavior.
Installing Android Studio
Android Studio is an IDE that makes it easy
for us to write and build android application
very conveniently.
We can create emulator (Virtual Android
Phone), to see previews and build UI
layouts using drag and drop features.
https://developer.android.com/studio
The Layout Editor
The Layout editor is used to
quickly build layouts by
dragging UI elements which is
easier to write XML by hands.
We can setup diffrent attributes
easily using the designs mode
in layout editor.
THANK YOU

You might also like