On Sat, Mar 14, 2009 at 5:24 PM, Mark Murphy <[email protected]> wrote: > > Tim Bray wrote: >> I'd like to implement something on a MapView that acts much like >> Zoomer - slides in whenever you touch the map, then fades after a bit >> of inactivity. > > What are the specific feature(s) you are seeking code for?
Appearing on any map interaction. OK... use the mapView's onTap to make an Overlay visible. Fading in. OK, simple alpha animation. Fading out upon no user action. OK... set an alarm and so on. I can do all these things, I was just hoping to avoid writing a couple hundred lines of code if someone already had. -T --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

