Hi,
I am working with animations for UI Controls.
In my application several of such UI controls are dispersed on the screen and are undergoing position transitions.
I need to detect when their bounds overlap and hence take corresponding action.
Problem is when the UI controls are at in static state i am able to do so by calling getbounds() method.
But,i am not able to do so while they are in transition state.
Any,idea to detect UI controls positions while they are undergoing UI animation?
REgards,