How to load bitmaps as from "drawable-nodpi" resource ? During runtime, i.e. any picture got by the app.
To show it over a map as is, without scaling.
To show it over a map as is, without scaling.
Dim Icon As BitmapDrawable
Icon = Main.AndroidResources1.GetApplicationDrawable("base")
Dim Icon As BitmapDrawable
Icon.Initialize(LoadBitmap(File.DirAssets, "base.png"))
No.Is it any solution to write the drawable-nodpi folder at runtime?