Android splash screen image sizes to fit all devices
I have a full screen PNG I want to display on splash. Only one error there, and I have no idea what size … Read more
I have a full screen PNG I want to display on splash. Only one error there, and I have no idea what size … Read more
I’ve just upgraded to Xcode 4.5 GM and found out that you can now apply the ‘4″ Retina’ size to your view controller … Read more
Is there any way to determine the category of screen size of the current device, such as small, normal, large, xlarge? Not the … Read more
I’m trying to force the “portrait” mode for my application because my application is absolutely not designed for the “landscape” mode. After reading … Read more
I have one of my activities which I would like to prevent from rotating because I’m starting an AsyncTask, and screen rotation makes … Read more
My application has the following flow screens : Home->screen 1->screen 2->screen 3->screen 4->screen 5 Now I have a common log out button in … Read more
The new iPhone 5 display has a new aspect ratio and a new resolution (640 x 1136 pixels). What is required to develop … Read more
How can one get the dimensions of the screen in iOS? Currently, I use: lCurrentWidth = self.view.frame.size.width; lCurrentHeight = self.view.frame.size.height; in viewWillAppear: and … Read more
I created some custom elements, and I want to programmatically place them to the upper right corner (n pixels from the top edge … Read more