Android Question Load Bitmap problem

kepler

Active Member
Licensed User
Longtime User
Good afternoon,

I'm having a strange behaviour in loading a bitmap.

If a main routine is done (nothing to do with the bitmap loading, which is called first) that depends on the wifi connection, the bitmap is loaded and appears in the right menu panel place.
But, if the routine doesn't run, then the bitmap is only partially loaded - as if there's not enough time to be loaded...

Any ideas?

Kind regards,

Kepler
 

sorex

Expert
Licensed User
Longtime User
hard to tell without seeing any code or example.

maybe it's covered by an empty panel or something?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

kepler

Active Member
Licensed User
Longtime User
Hi Sorex,

Thanks for the suggestion/notice. The ScrollView wasn't assuming the right height :confused:

Kind regards,

Kepler
 
Upvote 0
Top