I need to implement one moving image in my view.means one image moving from left to right and right to left.How can i achieve this?
I need to implement one moving image in my view.means one image moving from left to right and right to left.How can i achieve this?
U can use
1.any animation class but for that u should have the different image frames with the image moved at different places(where u have to show) in view.
2.at the time of drawing change the position of image. AFAIK it may create the flicker so in that go for double buffering