Reputation: 3
I want to make a PHONE GAP android application using the cling library, which is used to detect all the upnp devices which are available in the same wifi network .
The links which I have followed so far are as follows.
phonegap:- http://phonegap.com/
cling library:- http://4thline.org/projects/mailinglists.html#nabble-td4025045
I already made an android app using cling to detect the devices but now I want to make this app using PHONEGAP(for multiple platforms like IOS,WINDOWS,ANDROID)
Any documentation will be accepeted
I am done with basic hello world application using phonegap android
Upvotes: 0
Views: 383
Reputation: 11721
You can search if there is already a plugin for that or you will have to build your own plugin following the docs : http://cordova.apache.org/docs/en/3.5.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
Be carefull not to follow old tutorials about plugin creation, be sure it's at least about cordova 3 and talking about the plugin.xml file.
Upvotes: 0