I have generated a UDID string on the client side of Android. I need to send this to the javascript side so that it could communicate to the database server (via php) in order to store this UDID.
Is there a way to do it either directly (by avoiding php) or otherwise?
** My Android application has a WebView