Learn about Coding Tools

Which tools do you need as a developer? This part of our Coding Fundamentals section introduces you to some essential coding tools and explains how to use them.

All Tools content:

  1. 在 Android 設備上使用 RecyclerView 和 CardView 組合

    在 Android 設備上使用 RecyclerView 和 CardView 組合

    Tutorial Intermediate

    如果您有興趣構建壹個利用列表顯示數據的 Android 應用程序,Android Lollipop 具有兩個新的輕松構建該類應用的小部件:RecyclerView 和 CardView。  使用這些小部件,很容易讓您的應用程序的外觀和感覺符合 Google 材料設計規範中提及的準則。

  2. 深入淺出Gradle

    深入淺出Gradle

    Tutorial Beginner

    作為第一個專為Android打造的IDE(集成開發環境),由Google支持的Android Studio是最值得Android開發人員期待的。...