Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (38 loc) · 1.39 KB

AndroidStudio.md

File metadata and controls

52 lines (38 loc) · 1.39 KB

Android Studio

###Android Studio:

  • official IDE for Android application development
  • based on IntelliJ IDEA
  • Android Studio offers:
    • flexible Gradle based build system
    • build variants and multiple apk file generation
    • code templates
    • layout editor
    • lint tools
    • ProGuard & app-signing capabilities
    • fupport Google Cloud Platform
    • ...

###Debug & Performance ####Android Virtual Device (AVD) Manager AVD Manager has screens with links to help select device configurations, screen sizes and resolutions for app previews.

####Memory Monitor monitor app's memory usage to find deallocated objects, locate memory leaks and track the amount of memory the connected device is using.

Developer Workflow

DeveloperWorkflow

Accessory Development Kit (ADK)

ADK is a reference implementtation for hardware manufacturers and hobbyists to use as starting point for building accessories for Android.

Android NDK

The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++ ....

topic

Android Studio

Android Build Process

Developer Workflow

Android System Architechture

Gradle

Design