Monogame android: how to load XNB model from stream or file?

Anyone know how to load XNB model from stream, Url or file? I know how to load XNB from Content Assets but do not know how to load it dynamically from stream or file…

You can create your own class derived from ContentManager and override the OpenStream method. Then you can pass it any stream you want that contains the XNB file.