Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use android native code in phonegap?

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?

like image 695
android phonegap Avatar asked Aug 03 '12 07:08

android phonegap


1 Answers

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

like image 153
marwinXXII Avatar answered Sep 25 '22 08:09

marwinXXII