AD

顯示具有 Android 標籤的文章。 顯示所有文章
顯示具有 Android 標籤的文章。 顯示所有文章

Android Studio gradle sync error


I got gradle sync error when building android app in android studio.

Error message:
     No subject alternative DNS name matching services.gradle.org found

Handler and Post Message on Android

How to use handler and message when we need to control UI in another work thread.

note.  UI control is available only in main thread(UI thread).

Android Game Engine : build AndEngine source

.introduction

        Android發展至今, 現今的遊戲引擎其實並不少, 但與x86平台相比大部分的引擎其成熟度仍未很完善, 其中較有名氣的有商業的Unreal,Unity3D, 免費的Rokon, libgdx, AndEngine等等.

        去除商業的Unreal,Unity3D不論, 目前免費遊戲引擎的主流為libgdx以及AndEngine, Rokon則是已停止開發, 本文以下簡介AndEngine的功能以及環境建置注意項目.