Re: [android-developers] Re: example source code or tutorial on using fragments and OpenGL ES 2.0

2013-08-05 Thread Nobu Games
Sounds like an interesting project. Keep me up to date about your progress :-) On Sunday, August 4, 2013 9:00:25 PM UTC-5, James Black wrote: Basically, my program has some similarity, in use, as a graphing calculator, but, the equation may be planetary orbits, and the user may want to

[android-developers] Re: example source code or tutorial on using fragments and OpenGL ES 2.0

2013-08-04 Thread Nobu Games
Hi James, as far as I know it's not (reliably) possible to have more than one SurfaceViewhttps://groups.google.com/forum/#!msg/android-developers/fQihJKLki7M/nz4QWV8eyxQJ(or GLSurfaceView) in one Activity at the same time. Since it sounds like you just want to draw graphs, it would be probably

Re: [android-developers] Re: example source code or tutorial on using fragments and OpenGL ES 2.0

2013-08-04 Thread James Black
Basically, my program has some similarity, in use, as a graphing calculator, but, the equation may be planetary orbits, and the user may want to rotate the solar system to see how the planetary orbits change. That is why I am looking at OpenGL, rather than canvas. The user will be able to make