Good morning,
I mean bitmapdata objets:
Dim a as bitmapdata
Dim b as imageview
In both case I use the following sentence to load the picture:
a.Bitmap=LoadBitmap(File.DirAssets,"examplea.png")
b.Bitmap=LoadBitmap(File.DirAssets,"exampleb.png")
But when run the app in the movilphone, I find "b" objets have a good quality, but the "a" objets have a very poor quality, however with the previus issue of program, it didnot happend
Thank you for the support