How can I draw a sphere in Android using OpenGL ES?
Asked
Active
Viewed 1.4k times
2
-
3you should check API Demo example – Hardik Nadiyapara Aug 07 '12 at 09:17
-
What have you tried so far? Which version of OpenGL ES (1.x, 2.0)? Do you know how to use OpenGL ES at all? As @HardikNadiyapara said, you should really look at the Android tutorials first, e.g. http://developer.android.com/training/graphics/opengl/index.html. Btw, you should not ask "please do this for me and send me the code"-questions on SO (see the [FAQ](http://stackoverflow.com/faq))! – kroneml Aug 07 '12 at 09:25
1 Answers
6
Your question is possible duplicate of the below questions:
Problem drawing a sphere in OPENGL ES
I will advise you to do some research before asking the question, as there are many tutorial available for the same :
http://www.learnopengles.com/android-lesson-one-getting-started/
If you face any issue or problem while trying then should ask the question with the real problem.
Thanks.

Community
- 1
- 1

Nibha Jain
- 7,742
- 11
- 47
- 71