Can We Develop Some Animation?
Can we Develope some animation which compatible with Mobile Phones like some flash screens. Is this possible with C# windows application? Any link toward this appreciated.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Mar 8, 2011, 8:06 AM
Well ... yes and no. Depending on what exactly are you trying to do and what API you use. True animations are not supported in Windows Forms (GDI+) but you can do things like rotate, skew etc and I guess place a timer to give it an animation like effects.
If you have a choice to use WPF to build your Windows application, then YES. You can use all animations you want. I am sure WPF section has many articles on animations.
In Mobile applications, YES! It is possible. It again depends on the technology. You can build a Windows Phone 7 application using Silverlight and XNA. They have all kinds of stuff. I am sure you have seen many games on various devices.
However, it won't be Flash. It depends on mobile to mobile. I think a few mobile device manufacturers are thinking about supporting flash soon but as of today, it is not supported.
Krishna GaradPosted Mar 9, 2011, 2:49 AM
Actually I want to draw some movable Images/slides like some powerpoint presentation and those are compatible with mobiles. If I draw some slides with powerpoint can any mobile support those slides I think it will not support such slides.