Re: [android-developers] Re: setOnTouchListener

2010-12-01 Thread TreKing
On Wed, Dec 1, 2010 at 12:21 AM, dmodroid dmodr...@gmail.com wrote: So from my map activity, I want to say myOverlay.addEventListener(onTouch, myCallback). Then define your own callback class, add a function to your custom overlay addTouchListener(MyCallBack myCallback) where you set the

[android-developers] Re: setOnTouchListener

2010-11-30 Thread dmodroid
My question may not be clear. In Flash, I can create an object, then say myObject.addEventListener (some_event, mycallback). So from my map activity, I want to say myOverlay.addEventListener(onTouch, myCallback). Or again, can I just capture the onTouch in the map activity, and get the