I got around it by copying ScaleGestureDetector.java from AOSP to my own package. I was then able to implement a wrapper class by following the guidelines in http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-it-too.html
HTH, String On Nov 19, 7:36 am, MB <[email protected]> wrote: > Hi, > > The ScaleGestureDetector constructor takes an object that implements > the OnScaleGestureListener interface. > > How does one write a wrapper for class like ScaleGestureDetector? Any > time you implement an interface for 'OnScaleGestureListener', it would > give an error. It consistently reproduces on Samsung Galaxy devices > running 2.1. > > I would really appreciate any pointers regarding this. > > Thanks, > > --MB. -- 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

