I have a web page (displayed in a browser, NOT a WebView ), and I would like to transfer some data (for example, using http POST) to a regular Android application.
I only need an application that needs to be launched and loaded with data. I know that an application can be launched by registering an intent filter, but I have lost some of the data transfer.
There is no need for the url to be real, the fake url is ok.
This can be done on BlackBerry using HTTP filters. Is there a way to do the same in Android?
Thanks in advance.
source share