A airblaster Active Member Licensed User Longtime User Jan 11, 2013 #1 Is there any way to use multiple resolutions of the same asset in B4A? I know this works for launcher icons by using drawable-* folders. But what about other assets? Is there any way to access files that are in drawable-* folders?
Is there any way to use multiple resolutions of the same asset in B4A? I know this works for launcher icons by using drawable-* folders. But what about other assets? Is there any way to access files that are in drawable-* folders?
warwound Expert Licensed User Longtime User Jan 11, 2013 #2 Take a look at AndroidResources - it'll enable you to access resources based on the device screen density. Martin. Upvote 0
Take a look at AndroidResources - it'll enable you to access resources based on the device screen density. Martin.
A airblaster Active Member Licensed User Longtime User Jan 14, 2013 #3 Seems to be what I was looking for, thanks! Upvote 0