[android-developers] Re: Animate the images towards center and expand

2014-11-13 Thread sweety fx
Any suggestions??? On Wednesday, November 12, 2014 10:35:45 AM UTC-5, sweety fx wrote: I have 3 images in a horizantal layout [image1] [image2] [image3] If I click on any one of the image, say for example [image3], both image1 and image2 should animate towards the center setting image3 in

[android-developers] Re: Animate the images towards center and expand

2014-11-13 Thread JackN
Yeah, heres one. move the image in the onDraw, use bitblt to have the images move where you want. Create a side thread to time the animation. Good luck. On Thursday, November 13, 2014 7:44:36 AM UTC-8, sweety fx wrote: Any suggestions??? On Wednesday, November 12, 2014 10:35:45 AM