views:

26

answers:

1

I am learning Android development, specifically to eventually do OpengL 2.0 ES on it.

So far I have read that the NDK supports Opengl 2.0 ES.

However, is there also a Java API for it?

If there is a Java API for it, which one is recommended? I know both C++ and Java, so it is not a big deal if I have to use the NDK, but I would prefer to work only in Java if possible and without a big performance hit.

A: 

As far as i searched this website has some good useful samples related to openGL

http://www.droidnova.com/?s=openGL

Rahul