
Code snippets are added into b4xlibs. You can create an empty b4xlib just for snippets.
Each snippet is a text file, for example:
B4X:
'Loads the remote media into the given panel and sets the background color.
$MediaManager$.SetMediaWithExtra($Panel$, "https://www.b4x.com/images/Logo_on-dark.png", "", _
CreateMap($MediaManager$.REQUEST_BACKGROUND: xui.Color_Black))