android - How to display FullHD images? -


i writing simple application displaying 1080p images full screen. problem when start application resolution changes 1280x720 (values returned getdisplaymetrics) , loose important me details of images. there way set resolution 1920x1080 or prevent scaling 720p?

i using measy u1a smart tv dongle connected via hdmi 23" lg monitor. android version 4.0.4 , in display settings 1920x1080 60hz set. pictures 1920x1080 bmp files stored in "drawable-xhdpi" folder , display them background images using setbackgroundresource.

try putting image in folder named

drawable-nodpi


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -