02-15-2013 04:56 PM
I found that it can only use active frame update plus timer to move a imageview in order to realize an animation on the AppCover, but it is not fluent.
If I directly add animation on the AppCover, the appcover would not be loaded. Does someone know how to add animation on AppCover?
Thank you
Solved! Go to Solution.
02-15-2013 05:07 PM
02-15-2013 05:17 PM
OK, I agree with you. Thank you.
02-15-2013 06:55 PM
I believe that the app cover will only refresh once every two seconds.
If I remember correctly the UI guidelines recomend not updating more than once every 30 seconds...
02-15-2013 07:24 PM
It can use a customized timer which can be bound in the update function. I can even set up to 2ms and it works. But not suggest to do that.