I am building a prank mobile application that simulate the mobile home screen.
When the user start the application it looks similar to the actual home screen.
I am going to do this by laying down images of icons in a grid. These images would be common icons that found in mobile phone screen eg: mail, camera, photos etc.
I already know the width and height of the screen. But I have to resize the icon images to a size same as the actual home screen icons .
The question I have is , is there a way to figure icon sizes from the screen resolution?