Our Android application has a WebView that displays a page from our web server. A user is registered on the page (via Facebook or by choosing a username and password). After that, I want the page to pass information back to my own application (for example, username, type of license, message, etc.).
I know the JavaScript ↔ Java binding (addJavaScriptInterface), but wondered if there is another way:
Menny source
share