Hi,
I've been testing my app on different platforms - Samsumg S3 phone (android 4.2.2) , Hudl 2 tablet (5.1) and
Nexus 7" (5.1.1).
App works fine on all, but in one of my activities an image does not get loaded and displayed.
I load the layout for the activity, no problems, then do this:
Doesn't load up on the nexus, does on the others.
Nexus resolution: 1920 x 1200 pixels
S3 resolution: 1280 x 720 pixels
Hudl resolution: 1920 x 1200 pixels
The image I am trying to load is 1559 x 2859 pixels and my app works in portait orientation only.
Any ideas? Thanks
I've been testing my app on different platforms - Samsumg S3 phone (android 4.2.2) , Hudl 2 tablet (5.1) and
Nexus 7" (5.1.1).
App works fine on all, but in one of my activities an image does not get loaded and displayed.
I load the layout for the activity, no problems, then do this:
B4X:
Activity.SetBackgroundImage(LoadBitmap(File.DirAssets, "train.jpg"))
Doesn't load up on the nexus, does on the others.
Nexus resolution: 1920 x 1200 pixels
S3 resolution: 1280 x 720 pixels
Hudl resolution: 1920 x 1200 pixels
The image I am trying to load is 1559 x 2859 pixels and my app works in portait orientation only.
Any ideas? Thanks