I have Default.png(480*320) image.My question is that when i start application then Default.png image is show in landscape mode.How it possible?
First, pre-rotate your splash image so you have a portrait and landscape version.
Then, use Default-Portrait.png and Default-Landscape.png as image names.
Default-Portrait.png
Default-Landscape.png
Default.png only works with one image for both orientations.
Default.png
why cannot you use already rotated picture with 320*480 resolution?)