Code

Discover thousands of free code tutorials to help you learn web and mobile development. You can learn Android app development, master React Native, become a better WordPress developer, and much more.

All Code Content:

  1. 如何解決安卓開發中最常見的13個錯誤?

    如何解決安卓開發中最常見的13個錯誤?

    Tutorial Beginner

    測試是安卓開發中至關重要的一部分,測試能夠在你對外發版之前發現所有潛伏在app中的bug,錯誤和性能問題。

  2. Ionic 入門 ︰ 簡介

    Ionic 入門 ︰ 簡介

    Tutorial Beginner

    Ionic 是一個流行的移動應用程序框架,它使用 HTML,CSS 和 JavaScript,幫助你快速創建混合移動應用程序。 在本系列中,你將通過創建一個功能齊全的移動應用程序去學習如何用 Ionic 設置和創建屬於你自己的移動應用程序。 我們首先介紹 Ionic,並學習如何開始使用工具。

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

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

    Tutorial Intermediate

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

  4. 深入淺出Gradle

    深入淺出Gradle

    Tutorial Beginner

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