@Ralf The code looks ok. The only differene to my code is that i don't overwrite GLSurfaceView but instead register an OnTouchListener with the surface view. Just in case, maybe you could try that as well? You example should be easily adaptable. Maybe Robert can try your code on his N1.
@Kevin >From what i could gather it's pretty much as you stated. Maybe Dianne could elaborate on that. Alternatively you could try to find the other threads in this group that talk about this issue in depth. On 28 Jan., 11:14, Ralf Schneider <[email protected]> wrote: > 2010/1/28 Lance Nanek <[email protected]> > > > Someone in one of the past threads on this issue mentioned that > > overriding dispatchTouchEvent on Activity performs better than > > onTouchEvent on a View. It might be worth testing that if you guys are > > writing benchmarks anyway. > > > Thanks for the tip! > > I tried it. Unfortunately it does not imporove performance significantly. > I will go this route anyway. Another java codepath I can avoid... > > Thanks, > Ralf -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

