cancel
Showing results for 
Search instead for 
Did you mean: 

Show offline images/stream in mobile Development kit

former_member232518
Discoverer
0 Kudos

Hi experts

I have downloaded images as streams for my offline mdk app in defining request. How do I set the image property owners controls to show the image related to my record?

Thx Thomas

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

thomas.kristjansson2

Were you able to resolve your issue? If any of the below responses helped you, then please mark the helpful answer by accepting it OR post an answer so others might benefit from your findings and then close this discussion.
Regards, Jitendra (SAP Community Moderator)

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

With support of direct rendering of an OData image introduced in MDK 6.1 release, you can now display image directly on any UI control that support image such as Object Cell’s Detail Image, Image Cell, Action Bar Icon, and so on by specifying a binding syntax.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thomas,

Today you will need to use a rule to call DownloadMedia from your offline store to get access to the image and then either save it locally or use as needed in your application. This is an area where we are working on adding some enhancements to make this easier in the coming releases.

--Bill