Reputation: 517
I'm starting to learn android development and i learned that to make a GUI you can use the "android classic UI" (button, textfield...etc).
I was wondering how was the angry birds (or any other "nice looking" UI) UI was done. I guess they didn't used the "classic android UI"
I just want to know what do they use?
I know a lot of you will get mad at me for asking this kind of question. Sorry but it's a question that i have in mind for a long time now.
Thank you!
Upvotes: 0
Views: 206
Reputation: 31
it's different between app and game develop,app use the basic UI(sometimes we have to write ui self) game usualy use engine to make app.
Upvotes: 1
Reputation: 12150
For best performance, usually games are developed in OpenGL ES. the latest version is OpenGL ES 3.0. You can try some sample code from Android SDK.
Upvotes: 1