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
Post a Comment