I got some text views and I want to make the buzz effect of MSN.
My plan is:
- take the view, let say 10dip to the left,
- take it back to its start position
- after that take it 10dip up
- then back
- down back
- left… and so on.
My point is, I have some sequence of movements that I want to set to one view and that needs to execute one after another.
How can I do that?
Use an AnimationSet: