Skip to content

[Android][Image Rendering] - Parallel calling of IResourceResolver  #4411

Description

@ankbat

Platform

  • Android

Version of SDK

1.2.6 (Maven repository)

Details

IResourceResolver -> resolveImageResource : is called in the sequential manner to get the bitmap from the client by the SDK.

Example

In case client needs some time to download the image at its end before returning the bitmap and the cards has multiple images in it and one of the first image is big in size in comparison to others and it's take time.

The other image callers will have to wait until the first image caller returns back to SDK. Because the calling mechanism of the IResourceResolver is sequential in nature.

Current Flow:

Screenshot 2020-07-07 at 4 58 59 PM

Metadata

Metadata

Assignees

Labels

BugPartner-CiscoWebExBugs impacting CiscoWebEx integration scenarios

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions