Lesson 1: Build your first app

1.0 Install Android Studio
https://developer.android.com/guide

  • 安装Android Studio
  • 安装Android 开发环境
  • 1.1 Get started
  • 从模板创建第一个APP,

  • 了解创建虚拟机

  • 在虚拟机和物理机上跑项目

  • 探索布局

  • 探索

  • manifests

  • java

  • generatedJava

  • AndroidManifest.xml

    • action
    • category
    • permission
  • Gradle Scripts folder

    • 项目级别
    • 应用级别 SDK版本 依赖的库

Udacity course:

  • Developing Android Apps with Kotlin

Android Studio documentation:

  • Android Studio download page
  • Android Studio release notes
  • Meet Android Studio
  • Create and manage virtual devices
  • App Manifest Overview
  • Configure your build
  • Create and manage virtual devices

Other:

  • Gradle site
  • Gradle Wikipedia page

  • 1.2 Basic app anatomy
  • 1.3 Image resources and compatibility
  • 1.4 Learn to help yourself

你可能感兴趣的:(Lesson 1: Build your first app)