Is it possible to use my android service in ionic?

Hi ionicers

I am new at ionic and extremely want to know that i’m able to start my own native android service in ionic app ?

Thanks in advance

if you provide an api to the cordova plugin system you can use it.
https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/

Thanks for reply bengtler. Understood what you mean :slight_smile: My android service contains many functions and sounds better just start it instead of implementing function by function over ionic. As i said before i’m new at ionic and trying to understand the hybrid apps logic. I’ve dig into the web about this but couldn’t find anything. Anyone didn’t face or need this before?