[B4X] SimpleMediaManager (SMM) - framework for images, videos and more
This is a simple to use, cross platform library, that does many complex things under the hood. The developer calls SetMedia with a placeholder panel and a url. The panel will show an image, video or animated gif (more formats will be added). 'Show a remote image / video / animated gif in...
www.b4x.com
I mean instead of
B4X:
MediaManager.SetMediaWithExtra(Panel1, "https://image.link", "", CreateMap(MediaManager.REQUEST_ZOOMIMAGEVIEW: True))
write something like this
B4X:
MediaManager.SetMediaWithExtra(Panel1, "file://localhost/C:/01.jpg", "", CreateMap(MediaManager.REQUEST_ZOOMIMAGEVIEW: True))