Android Question Download BMP online

Marco Gioia

Member
Licensed User

Marco Gioia Member Licensed User
Hi all,

I need something like that

B4X:
dim bmp1 as bitmap
dim bmp2 as bitmap

' instead of
bmp1 = LoadBitmap(File.DirAssets, "x1.bmp")
bmp2 = LoadBitmap(File.DirAssets, "x2.bmp")

'
bmp1 = LoadBitmap("www.mysite.com/", "x1.bmp")
bmp2 = LoadBitmap("www.mysite.com/", "x2.bmp")

Is it possible?
 
Last edited:

Similar Threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…