Android native java code include in our ionic app

How can we create Android Plugin using native java code.

I need a simple way to integrate some native java code in my ionic app.

Can you please share a steps to create a plugin for it.

You have to create a Cordova plugin (by googling you should find lots of examples and also instructions how to create one) and then implement that in your Ionic app.

Thank you :smiley:

What a diplomatic answer. :+1:

Could anyone follow up on this, like what steps to take after you make the plugin