Have you made sure hardware accelerated drawing is enabled? On Thu, Apr 5, 2012 at 3:42 AM, [email protected] <[email protected]> wrote:
> I've faced problem that animation of view is too slow and with Galaxy > Note which has 1280x800 and 320dpi display. > > Actually, I use ScaleAnimation and TransAnimation with RelativeLayout > in code and I'm pretty sure that code is not incorrect. Size of Image > animated is 67.5 kb. > > Device with 800x480 and 240dpi display even shows faster and smooth > anmation than Galaxy Note which has better hardware performance. > > I just guess the reason to cause the slow is that devices with high > resolution are slow because they have to make up high quaility UI > suitable for them. > > what exact reason caused this problem? > is there any way to find solution to the problem? > > -- > 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 > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

