[android-developers] Re: Issue in android:duration in frame animation

2009-03-24 Thread Nithin
Thanks Romain for that input, actually i tried some weird things... anyway thanks for the information.. Nithin On Mar 19, 8:26 pm, Romain Guy wrote: > Note that the hardware also won't let you do more than 60 frames per > second, so any duration lower than 15ms is useless. > > > > On Thu, Mar

[android-developers] Re: Issue in android:duration in frame animation

2009-03-19 Thread Romain Guy
Note that the hardware also won't let you do more than 60 frames per second, so any duration lower than 15ms is useless. On Thu, Mar 19, 2009 at 8:26 AM, Romain Guy wrote: > It's normal, 15ms is the resolution of the clock on the G1. It's the > same kind of resolution you can expect on desktop m

[android-developers] Re: Issue in android:duration in frame animation

2009-03-19 Thread Romain Guy
It's normal, 15ms is the resolution of the clock on the G1. It's the same kind of resolution you can expect on desktop machines. On Thu, Mar 19, 2009 at 2:05 AM, Nithin wrote: > > Hi, > > In Frame Animation, in tag, when i am putting > android:duration="5", its not working. 15ms is the minimum