How to do gif-like animation in windows phone 7? - windows-phone-7

I am a beginner with Windows Phone. According to my information, Windows Phone 7 does not support .gif images and I want to display animated images like [.gif] image in my Windows Phone application.
So, how can we display animated image in Windows Phone 7?

Please refer my Old Answer which specifies the solution to display the gif kind animation in windows phone 7.
Please Refer this link for the Solution Answer here.
For more reference please refer the Articles Here.

With the use of ImageTools dll you can implement
this is the link to download this tool
http://imagetools.codeplex.com/

Related

how to display animated pictures in windows phone?

I am beginner in windows phone.
as well as i know, the windows phone 7 does not support the .gif images
and i want to show the animated images like [.gif] image in my windows phone application.
so, how can we display the animated image in windows phone 7?
Please help me.
yes.
windows phone 7 does not supported the .gif image.
And for your reference,
please refer this link,
Display GIF or Animated Images in Windows Phone i show that animated images in windows phone 7 Application.
I Hope you will get a solution here..

video in a Splashscreen

How to put a video in a splash screen in Windows Phone 8 Application development. I am using visual Studio 2012. I am new in Windows development. If possible give me the coding. Thanx in advance
Also you can keep an image in your project by name SplashScreenImage.jpg. It will directly show this particular image on starting and you can also extend the time to show that image.

Add tested pictures to Picture Hub on Windows Phone Emulator

I want to add some tested picture files to People Hub on emulator, is there have a easy way to do that?
Here is a blog post that explains how to add test images to the Windows Phone emulator

Can we programmaticllay take screen shots using Blackberry and Windows 7 SDK?

I know that we can take screen shot of an App during runtime. In iOS we can use UIGraphicsBeginImageContext to get the screen shot. We can also do the same in Android.
But is it possible with Blackberry and Windows 7 Mobile OS?
A simple search for "blackberry screenshot" on stackoverflow returned this pretty straightforward answer:
Taking screenshot of the current screen in BlackBerry
And a search for "windows-phone screenshot" yields this:
Windows Phone 7 - Capture Screen
If what you need is for capture a screenshot of your own Windows Phone app, then this post from Jeff Wilcox will come in handy!
It looks like there is a function for that in Display. Check out the SDK reference.
There are a couple of Homebrew tools you can use to take screenshots on WP7 here and here however you wont be able to use these programatically. You can also something along the lines of Mark Artega or Jeff Wilcox
There is no Silverlight VisualBrush support for WP7 and no global Screenshot functionality on WP7 Mango, but writablebitmap.
There is a very usefull way by using default Microsoft Emulator integrated WP7 Screenshot Tool
or use third party methods.
If you are familar with XNA Framework, there you can access to the screen. Using Multithreading, you can do your screenshots that way. If never used the last app because I feel fine using Microsofts Emulator Screenshot button to save my png images.
After you can stitch it together using different ways.

Live tile inside windows phone 7 application

Is it possible to create a live tile inside our windows phone 7 application? I am asking the similar functionality as in AppHub app "...i'm a WP7!".
Please provide me input, how i can achieve this functionality?
Check out the HubTile control from the Silverlight Toolkit for Windows Phone over at codeplex.
Just be careful that it looks good and makes sense in your app - it's a very dynamic control and you can't see the Title of the control all the time.

Resources