0

Hi I'm getting some custom graphics done by a designer for an app. I'd like an animated splash screen. What file format can it be done in? I've done nothing with animation before, what is the best way? Make a gif and use a web view?

What format can an animation be in, the designer wants to know what to give to me. File type etc

Paul
  • 5,756
  • 6
  • 48
  • 78
  • This post may be useful for you; [Android - Display Animated gif](http://stackoverflow.com/questions/3660209/android-display-animated-gif) – Mudassir Jan 30 '13 at 10:31
  • if it is not supported what format/file types do I ask for the graphics in? – Paul Jan 30 '13 at 10:38

2 Answers2

2

Check out Link for the animated splash screen. This tutorial will provide a guide line to create animated splash screen.

I hope it will help you.

EDITED:

Android Supported Media Formats HERE

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
  • Thanks I will use that when i am coding,for now I just need to know what kind of images the designer has to supply me, formats etc. – Paul Jan 30 '13 at 10:43
  • 1
    You check this link if you want to know the support format for images http://developer.android.com/guide/appendix/media-formats.html, You can also check my answer i have updated it . Thanks – GrIsHu Jan 30 '13 at 10:47
  • thanks for that, ill have a look at it. – Paul Jan 30 '13 at 10:47
1

You can use this library

http://developer.android.com/reference/android/view/animation/package-summary.html

Or use imageview to show animation in gif format.

TN888
  • 7,659
  • 9
  • 48
  • 84