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 capacity, and do not necessarily
represent those of T-Mobile USA, Inc.




On Aug 7, 3:36 am, Raman <raman86...@gmail.com> wrote:
> Hi All,
>
> I have a very simple requirement. I have a View object, lets say an
> ImageView object.
> I want to move this ImageView object in a circle.
>
> More specifically, I want to move it along an arc, which is not a
> complete circle.
> I found in Android Documentation that comes with SDK that we can
> create a path from an arc but it does not mention how to use this path
> to make an animation that goes along that path.
>
> Please note that I dont want to rotate the image. I have to move it in
> a circular path.
>
> Thanks
> Raman
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to