Hello,
Is Android limited to English language ?
Is it open to translate it to any language ? If yes, where to start lo learn
how to do it ?
Thank you,
Joan Rami.
--~--~---------~--~----~------------~-------~--~----~
I'm creating a custom animation which extends Animation and overrides
applyTransformation(float interpolatedTime, Transformation t)
I'm also overriding getChildStaticTransformation(View child,
Transformation t) in a rootView which I use for drag'n'drop.
When I move a view outside of the drop parent before I initiate my
custom animation the original position of the view is not cleared. If
I modify my custom Animation so it doesn't modify the Transformation
the original location is cleared as expected.
So my question, how should I implement my custom animation so it will
invalidate the area correctly?
--~--~---------~--~----~------------~-------~--~----~