is it possible to link from one android app to another installed app? I'm creating a set of apps which all to some extent will utilize the same content. In the "web world" this would be handled easy by separating this content to a separate html (or similar), and all the other sites/apps would link to this one. Unfortunately, the apps must all work offline, so linking to a web server is not an option. If all the "shared content" should be duplicated into each an every app, it would take up a lot of space, and be a nightmare to update.
Any input deeply appreciated.