On Wed, Feb 15, 2012 at 2:32 PM, davemeetsworld <[email protected]> wrote:
> This happens before the checkbox appears "ticked" i wondered if there > was a way to delay the onclick event from firing until after the > animation had...animated? > Use postDelayed() or something along those lines to do your onclick logic however long you need after the actual event has occurred. ------------------------------------------------------------------------------------------------- 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

