This is a migrated thread and some comments may be shown as answers.

Composite thread

3 Answers 107 Views
Animation
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 23 May 2011, 11:55 AM
Hi Telerik,
I'm going to use Telerik controls for my Windows Phone game animations.
Before that I want to know is telerik RadAnimations run in composite thread or I will get same performance problems using standard WP7 animations?

Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 23 May 2011, 12:21 PM
Hello David,

Thanks for contacting us and for your questions.

RadAnimation internally uses the standard animation API of the Silverlight for Windows Phone 7 framework. That said, all animations are executed on the compositor thread unless you are animating a property that is not supported by the GPU (like properties of non-rectangular masks, gradient color animations and size animations).

If you are perfoming a per-frame-callback animation, it will always be executed on the UI thread (since the callback that you provide to change the property value is executed on the UI thread).

There are many cases in which you may experience performance issues when animating visual elements. This may happen when your animations are not executed on the compositor thread (in the cases described above). This may also happen in the case when you are using the compositor thread but the total area of the bitmaps processed by the GPU of the phone exceeds 2x the size of the screen.

You may find useful reading the following document provided by Microsoft which focuses on WP7 application performance:

Creating high performing applications for Windows Phone 7

I hope this is helpful.

All the best,
Deyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
James
Top achievements
Rank 1
answered on 14 Jul 2011, 05:47 PM
I wanna know that which game apps. will be supported by a window 7 based phone..
can you please help me out..


0
Deyan
Telerik team
answered on 15 Jul 2011, 07:59 AM
Hello James,

As a UI components vendor we do not have access to such information. Since many games are produced by different companies, knowing which games will be available for WP7 would be a difficult task to accomplish.

Greetings,
Deyan
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Animation
Asked by
David
Top achievements
Rank 1
Answers by
Deyan
Telerik team
James
Top achievements
Rank 1
Share this question
or