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 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 the center >> >> [image3] >> >> when I click on image3 it animates with 3 images like >> >> [image1] [image3] [image2] >> >> center of the image indicates which image was selected >> >> I need help on creating this scenario in android >> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

