ݺߣ

ݺߣShare a Scribd company logo
Android
Application
Development
Sharing the knowledge,
sharing the love
????? ??????(Khaleel Jageer),
FOSS Activist.
Outline
 Overview of the Android Operating
System
 Development tools
 Prepare your Device
 Step-by-step application development
The Android ecosystem
 An open source platform for mobile,
embedded and wearable devices
 Google is the principle maintainer
 Other companies contribute to the
system.
 Each device manufacturer can customize
Android to suit their needs
Android architecture
Outline
 Overview of the Android Operating
System
 Development tools
 Prepare your Device
 Step-by-step application development
Tools for development
 Android SDK
 Provides the Java framework classes
 Compiles to java bytecode
 Class framework is updated with every OS release
 Android platform tools
 adb(android debug bridge) : runs and debugs apps from
your dev machine
 Android developer tools
 Android studio
System Requirements
 4 GB RAM minimum, 8 GB RAM recommended
 2 GB of available disk space minimum, 4 GB Recommended
(500 MB for IDE + 1.5 GB for Android SDK and emulator
system image)
 GNOME or KDE desktop(For Linux)
Ref: https://blog.mindorks.com/install-android-studio
Outline
 Overview of the Android Operating
System
 Development tools
 Prepare your Device
 Step-by-step application development
Enable Developer Options
In general,
Go to Settings > System > About Phone > Tap Build Number 7
times(this number may change according to devices)
Return to the previous screen and you will see "Developer
Options".
Open it and enable "USB Debugging" inside it to install the
applications via your USB.
Source : https://blog.mindorks.com/install-android-studio
Outline
 Overview of the Android Operating
System
 Development tools
 Prepare your Device
 Step-by-step application development
There is no better way to learn something than
by doing.
Java vs Kotlin
Resource:
1. https://developer.android.com/courses/
2. https://codelabs.developers.google.com/?cat=Android
3. https://stackoverflow.com/questions/tagged/android
4. https://blog.mindorks.com/
Thanks...

More Related Content

Android Application Development