Alexandre Huot
Alexandre Huot

Reputation: 517

Android UI without using classic android UI

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

Answers (3)

chrem
chrem

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

yushulx
yushulx

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

JRowan
JRowan

Reputation: 7114

Angry Birds and games like that use OpenGL ES

Upvotes: 1

Related Questions