Successfully reported this slideshow.
Your SlideShare is downloading. ×

Android Application Development

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
Android Studio簡介
Android Studio簡介
Loading in …3
×

Check these out next

1 of 15 Ad

More Related Content

Slideshows for you (20)

Similar to Android Application Development (20)

Advertisement

Recently uploaded (20)

Android Application Development

  1. 1. Android Application Development Sharing the knowledge, sharing the love கலீல் ஜாகீர்(Khaleel Jageer), FOSS Activist.
  2. 2. Outline ● Overview of the Android Operating System ● Development tools ● Prepare your Device ● Step-by-step application development
  3. 3. 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
  4. 4. Android architecture
  5. 5. Outline ● Overview of the Android Operating System ● Development tools ● Prepare your Device ● Step-by-step application development
  6. 6. 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
  7. 7. 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
  8. 8. Outline ● Overview of the Android Operating System ● Development tools ● Prepare your Device ● Step-by-step application development
  9. 9. 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.
  10. 10. Source : https://blog.mindorks.com/install-android-studio
  11. 11. Outline ● Overview of the Android Operating System ● Development tools ● Prepare your Device ● Step-by-step application development
  12. 12. There is no better way to learn something than by doing.
  13. 13. Java vs Kotlin
  14. 14. 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/
  15. 15. Thanks...

×