2013年10月24日星期四

Play Games 與 NDK

下面三個視頻教程介紹如何整合 NativeActivity 與 NDK, 使用C++ 編寫遊戲程式.

設定:


成勣和排行榜:


線程和生命週期:


2013年10月11日星期五

Density-independent Pixels (密度獨立像素)

一個教導如何針對不同Android設備, 不同分辨率的問題, 創建統一用戶界面(UI)的視頻教程.

DesignBytes: Density-independent Pixels


This introductory video explains how Android app designers can easily work across different screen pixel densities by using the density-independent pixel (abbreviated dp or dip), a virtual pixel unit that keeps things the same physical size across device. Understanding dp units is critical to a successful Android app design workflow.