MultiResolution in Firemonkey Mobile Application

826 views Asked by At

Is there any demo available that shows how multi-resolution images should be handled in a mobile application with button images, splash screen and a background for example? I'm trying to make an application that looks nice on many resolution but i have problems doing it.

For example, if i load my application in a Samsung Galaxy Tab 2.0 7, it will automatically load any image i have at the ratio of 1.0, but if i load my application in a samsung galaxy s4 then it will load the image of 1.5 ratio. Now... if i use an image of 480x800 in ratio 1 it's kinda small for the Galaxy Tab 2.0's screen and if i load the app again in a mobile with a smaller screen that will use too the ratio 1.0 the image size is ok.

Since i can't appoint two different resolution images to one specific ratio how am i supposed to use the MultiResolution property of TImage correctly?

0

There are 0 answers