[android-beginners] MapView onTouch events

2009-12-06 Thread JoshKrak
I'm trying to detect if the user has touched a specific area of the screen in an onTouch event and if so, handle the even and run some logic. If it was not in the specific part of the screen, it will pass the even back down to the map so they can slide/zoom/ect as normal. my code is public class

[android-beginners] Re: onTouch() not working properly, HTC Magic

2009-12-06 Thread JoshKrak
I've got a similar problem, but I did manage to figure this problem out; you need to return true or it seems to me that the Listener is cleared from the View and reverts back to its base listener. On Dec 2, 12:52 pm, Enrique López Mañas eenriquelo...@gmail.com wrote: Hello all, I'm trying to

[android-beginners] Trying to Call a webservice on host from ADB

2009-11-29 Thread JoshKrak
Hello all! In the emulator I can make a Http request to the host 10.0.2.2 and my local webserver will catch it. Is there anyway to accomplish this same thing while debugging on an ADB (Motorala Droid)? Thanks, Josh -- You received this message because you are subscribed to the Google Groups