thank you for the information, i will try to find any comment about this one. but in any case, could we do any thing to load right the images however we dont have memory?
Maybe, could we load the images before load the layout?
I load the the bitmap like following way:
Dim a as bitmapdata
Dim b as imageview
In both case I use the following sentence to load the picture (not on the designer, but on the code
):
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 very much for your support