B4J Question High GPU usage

Revisable5987

Member
Licensed User
I have 5 main areas of my application 3/5 I would expect to be more intensive than the rest due to many visual elements.
The remaining two areas have a single layout file loaded with very few elements.

One of these two areas cause a significant rise in GPU usage when opened.
all other parts of my application use 0%-14% where as this part uses 60-70%
This mainly contains labels, although there are two image views.
The image views start off empty and set to not visible, an item in a list is then clicked for the image views to be populated with downloaded images.
The whole time the imageviews are empty my GPU usage is high, as soon as I click on an item and an image is loaded usage drops back down close to 0% so it seems to be caused by empty ImageViews?

I'm expecting this not to be normal behaviour? Is there something I should be looking for as the cause to this problem?

Thanks
 

Revisable5987

Member
Licensed User
Okay thanks,
It's a very odd one, I can't even replicate it using the same layout in another project.
I'll have to take a deep dive into what I've done and see if I can find the cause.
 
Upvote 0
Top