I've a web page (being displayed in a browser, NOT a WebView), and I'd like to pass some data (using http POST for instance) to a regular android app.
I only need the app to be launched and fed with data. I know the app can be launched by registering an intent filter, but I'm lost on the data passing part.
There's no need for the URL to be real, a fake URL is fine.
This can be done in BlackBerry using HTTP filters. Is there a way to do the same thing in Android?
Thanks in advance.
html and activity links
It contains info about passing data (using GET): sherifandroid.blogspot.com/2011/09/… – FrunzegetQueryParameter
. – Gatling