Meena Rengarajan wrote: > ACTION_MOVE in my app - I could be able to draw but not visible when im > drawing and while moving my finger on a screen . Once after i release my > finger , i can be able to see what i drew on the screen completely. When > i'm trying to draw with my mouse, continuity is not good . Appearing as > dots when iam moving my finger on the screen. Once i released my finger > what i drew it appears fine ! >
did you try http://developer.android.com/reference/android/view/MotionEvent.html#getHistoricalX(int, int) and http://developer.android.com/reference/android/view/MotionEvent.html#getHistoricalY(int, int) pskink -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

