Re: [android-developers] OnBalloonTap problem!

2012-09-29 Thread TreKing
On Fri, Sep 28, 2012 at 6:05 AM, Artemio Cienfuegos wrote: > As you see, if you press over a place, you execute an intent, and it calls > routing in Gmaps. That it works perfectly > You are relying on a very specific app and very specific Activity name to exist. This is a bad idea. > , but I w

[android-developers] OnBalloonTap problem!

2012-09-29 Thread Artemio Cienfuegos
Hi! I'm trying to finish my app, but I have an small problem (I think) I hope anybody here, could give me a hand. In my itemezedoverlay, I have this function: *protected boolean onBalloonTap(int i, OverlayItem item) { * * * * Toast.makeText(c, "Calculando ruta... " ,Toast.LENGTH_LONG).show(); *