Re: Android Plugin API

2014-06-01 Thread Terence M. Bandoian
It does get complicated in a hurry. Using the technique in the Google Maps plugin: - getDeclaredMethod is documented to NOT return inherited methods which limits exposure - the signature passed to getDeclaredMethod also limits exposure - annotations, as Andrew suggested, could further limit ex

Re: Adding sugar platform to cordova

2014-06-01 Thread Carlos Santana
Take a look here: http://wiki.apache.org/cordova/CommandLineToolingDesign it shows the api that a cordova platform would need to implement for the cli to be able to work with it --Carlos On Sun, Jun 1, 2014 at 4:34 AM, Puneet Kaur wrote: > Hey, > > We are through with instantiating chromeless

Adding sugar platform to cordova

2014-06-01 Thread Puneet Kaur
Hey, We are through with instantiating chromeless browser window,the native bridge setup and integration with cordova-js.. But I just wished to know how can we make the platform work through cordova cli, we wish to execute the commands like : cordova platform add sugar and cordova build sugar s