Though the question is too vague and too generic, I would still prefer you try out on your own. You can use the Handler/Runnable class for timer events.
For moving the image, you can use the ImageView and try changing its margins relative to the base layout to generate the 'move' animation. On Dec 4, 1:55 pm, "Sasikumar.S" <[email protected]> wrote: > Hi, > > how to move a image in timer?.. > > I createa a class called javaclass extends with view > > ------------------------------------------------------------------------------------------------------------------------------------------------ > > public class javaclass extends view > { > > } > > ------------------------------------------------------------------------------------------------------------------------------------------------ > > In this class i need to draw a image. And move the image automatically > without using touchevent. > I tried in Timer, But it is not working... > > any one know about this?... > > Thanks in advance.... > > -- > Thanks & Regards > Sasikumar.S -- 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

