开发者

Making Android Games

开发者 https://www.devze.com 2023-01-23 22:29 出处:网络
Ok, so I\'ve made one app but know I\'m getting all ambitious and want to make a game. So first I want to start off with a menu.I would rather draw this all myself instead of using the built in class

Ok, so I've made one app but know I'm getting all ambitious and want to make a game.

So first I want to start off with a menu. I would rather draw this all myself instead of using the built in classes. So should I then override the butto开发者_JS百科n class to change the look or should I use OpenGL or Canvas? Any help?


Before you go too crazy writing your own UI toolkit, have a look at http://developer.android.com/guide/topics/ui/themes.html

Android already has a lot of ways built into the framework to skin your app differently than the default UI.

0

精彩评论

暂无评论...
验证码 换一张
取 消