[android-developers] Re: Moving a View Object in a Circle

2009-08-08 Thread Raman
My View is just a simple ImageView, so I have to move that image in a circle. Please note that I do not have to rotate it. I want to move it in circles on the screen... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Moving a View Object in a Circle

2009-08-07 Thread Yusuf T. Mobile
Depending on what your View does, you can either implement View.onDraw () to draw it as you like, or View.MeasureSpec to contorl the layout. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capac