Reputation: 830
I am developing an android application using phonegap and i came across some things which are quite easy to implement in android native code when compare to phonegap. So i want to know is there any way in which i can make use of android code by not changing my phonegap cross platform?
Upvotes: 9
Views: 14181
Reputation: 1446
Similar question: How can I call native functions in Phonegap through Javascript?
You can write phonegap plugin
http://docs.phonegap.com/en/2.0.0/guide_plugin-development_index.md.html
Upvotes: 8