On Sat, Dec 4, 2010 at 5:25 AM, Vadim Vohmjanin <[email protected]> wrote:
> Is there any nice way to disabling all other ImageViews besides that i can
> take all of Views and setEnabled(false) like this:
>
Something like this maybe:
void disableAllBut(int imageViewID)
{
foreach (ImageView iv in myTable)
iv.setEnabled(false);
findViewById(imageViewID).setEnabled(true);
}
> And other question, is there is no other nice way to get a callback from
> AnimationDraw, when it is finished playing??
>
http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html
?
-------------------------------------------------------------------------------------------------
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