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.
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
What a diplomatic answer.
Could anyone follow up on this, like what steps to take after you make the plugin