On Wed, Jan 26, 2011 at 5:27 PM, chrismanster <[email protected]>wrote:

> The problem is an AnimationListener does not give you a reference to
> the View...just the animation:
>
> onAnimationEnd(Animation animation)
> {
>     //Where do I get the view so I can hide it???
> }
>

If you AnimationListener is an inner class, it can get access to whatever it
needs from the outer class.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to