
Android
文章平均质量分 54
dragonsdg3
skjdflksdjf
sdklfjskdj
****sldkfjlsdfk
展开
-
《Android 应用开发课程大纲》 V1.0
1,Android 历史 现状,Android 应用商店,移动平台 平台特色: to developer: 开放性 to Business : 免费性 体系结构 UI (Activity 生命周期,View ViewGroups 布局 ,基本widget ) 线程(Runnable,Message) Service Intent 网络 sqlLite GPS a原创 2009-06-08 09:07:00 · 824 阅读 · 0 评论 -
<<Android.游戏开发入门](美)Mario.Zechner>>读书笔记-----OpenGL ES概览
>CHAPTER 7: OpenGL ES: A Gentle IntroductionThis means that the memory isnot allocated in the virtual machine’s heap memory, but in native heap memory.NIO直接从本地堆内存分配 ,而不是VM原创 2012-06-05 22:01:03 · 1300 阅读 · 0 评论 -
android strictmode
public void onCreate() { if (DEVELOPER_MODE) { StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder() .detectDiskReads() .detectDiskWrites原创 2012-05-25 15:34:08 · 965 阅读 · 0 评论