danjones
Lurker
I'd like an app that creates a share menu item that would manipulate the given url, and open the new url in the browser.
The idea is to be able to use other online services for which there is no Android app, or for which the Android app sucks.
For example, as a web developer, it's useful for me to open up urls in w3c's validation service. So, while browsing a site I want to validate, I click share, choose the relevant share menu item, which will open a window to choose which service. I choose w3c validator, and it opens up my browser to http://validator.w3.org/check?uri=%s, where %s is the url-encoded version of the url I sent.
The ability to add custom services would be a must.
Is there anything like that, or is it finally time for me to start building an Android app?
The idea is to be able to use other online services for which there is no Android app, or for which the Android app sucks.
For example, as a web developer, it's useful for me to open up urls in w3c's validation service. So, while browsing a site I want to validate, I click share, choose the relevant share menu item, which will open a window to choose which service. I choose w3c validator, and it opens up my browser to http://validator.w3.org/check?uri=%s, where %s is the url-encoded version of the url I sent.
The ability to add custom services would be a must.
Is there anything like that, or is it finally time for me to start building an Android app?