Goto a native screen from ionic

I'm working on an ionic based android application. In one of the view I need to have a way (could as simple as a button) to open a native coded activity from one of our sdk.

I've tried to google it but without any relevant results.

Do I really have to develop a plugin to be able to interface with my native view ?

Any code example would be really appreciated, thanks !