Lect 1 Mobile Application and Development
Lect 1 Mobile Application and Development
BS(CS) 8th
What is Android
Android Features
Android Installation
Creating AVD
2
What Is Android
Definition
Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet
computers.
Android was developed by the Open Handset Alliance, led by Google, and other companies.
The first beta version of the Android Software Development Kit (SDK) was released by Google in 2007, whereas the
first commercial version, Android 1.0, was released in September 2008.
Origin of Android
Introduced in 2003 by Android Inc.
Acquisition by Google in 2005.
First commercial Android device released in 2008 (HTC Dream).
Android Features
Customization
Multitasking
Open-source nature
Extensive app ecosystem
Security features
Android Versions
Overview of major Android versions (e.g., Cupcake, Jelly Bean, KitKat, etc.).
Components
Activities, Services, Broadcast Receivers, Content Providers.
Android Features
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
Android Studio installation Steps
XML in Android
XML in Android is a structured language used to define how the visual elements of an app are arranged and presented.
It helps developers create user interfaces and store data in a clear and organized format.
Basics of User Interface:
User Interface (UI) basics involve designing the visual elements and interactions that users see and use in an app.
It includes principles like clarity, consistency, and simplicity to ensure an easy and enjoyable user experience.
View and ViewGroup
Views represent individual components like buttons or text fields, while ViewGroups are containers that hold multiple
Views together.
They work together to create the layout and structure of an app's user interface.
Create AVD