I have written a simple Android application with a view which overrides onTouchEvent().
I am counting the ACTION_MOVE events and receive roughly 60 events per second on a smartphone (Nexus s) when I move my finger pretty fast but only 20 events per second on Xoom tablet or 30 events per second on Asus transformer, which are both much stronger than the smartphone.
Is it possible to query the ACTION_MOVE events on the tablets at a higher rate, at least as fast as the smartphone counterpart?
Thanks
moving to openGL solved my problems