View vs SurfaceView for android game

大憨熊 提交于 2019-12-24 18:06:17

问题


Some people says on SurfaceView, others on View. Which one is the best for a simple android game that uses drawable resources for its entities, and it does NOT uses OpenGL


回答1:


I'l recomend you read https://code.google.com/p/beginning-android-games/

Very helpfull for 2D game development and 3D games.

And book link http://www.amazon.com/Beginning-Android-Games-Mario-Zechner/dp/1430230428/ref=sr_1_1?ie=UTF8&s=books&qid=1299265138&sr=8-1



来源:https://stackoverflow.com/questions/17071959/view-vs-surfaceview-for-android-game

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!