游戏人生

不积跬步,无以至千里;不积小流,无以成江海。

导航

01 2015 档案

[工作积累] Android system dialog with native callback
摘要:native调用Java的dialog, 并接入native callback: onOK/onCancel. 阅读全文

posted @ 2015-01-23 10:16 crazii 阅读(548) 评论(0) 推荐(0)

[工作积累] Software keyboard not shown on Activity.onCreate
摘要:protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.input); ... 阅读全文

posted @ 2015-01-21 14:34 crazii 阅读(167) 评论(0) 推荐(0)

[工作积累] Android: Hide Navigation bar 隐藏导航条
摘要:https://developer.android.com/training/system-ui/navigation.html1 View decorView = getWindow().getDecorView();2 // Hide both the navigation bar and th... 阅读全文

posted @ 2015-01-21 14:33 crazii 阅读(22875) 评论(3) 推荐(0)

[工作积累] GCC 4.6 new[] operator内存对齐的BUG
摘要:Implementation defined数组内存模型和GCC4.6编译器的bug. 阅读全文

posted @ 2015-01-12 16:23 crazii 阅读(477) 评论(0) 推荐(0)

引擎设计跟踪(九.14.2f) 最近更新: OpenGL ES & tools
摘要:windows到android的移植: 渲染,shader和texture. 阅读全文

posted @ 2015-01-11 00:05 crazii 阅读(1371) 评论(10) 推荐(0)

[工作积累] Google Play Game SDK details
摘要:https://developers.google.com/games/services/cpp/api/structgpg_1_1AndroidSupportFor apps which target android 4.0+ (API Version greater than or equal ... 阅读全文

posted @ 2015-01-09 20:22 crazii 阅读(216) 评论(0) 推荐(0)

[工作积累] Android dynamic library & JNI_OnLoad
摘要:Bionic libc doesn't load dependencies for current .so file(diff from Windows or Linux)so a explicit calling of Java's System.loadLibrary() is needed, ... 阅读全文

posted @ 2015-01-07 09:49 crazii 阅读(769) 评论(0) 推荐(0)

[工作积累] error: bad class file magic (cafebabe) or version (0033.0000)
摘要:Update Android SDK build tool to latest can solve my problem. 阅读全文

posted @ 2015-01-06 21:11 crazii 阅读(492) 评论(0) 推荐(0)