I want to develop an app where I fetch the on screen content of another app, fetch relevant info about the content from the web and display it in my app. For example, if the user is browsing the Amazon app and looking at a product, I would like to fetch info about the product and display a Floating View icon which shall take the user into my app on clicking.
I have gone through several articles and questions here on SO, but am unable to get a head start in any direction. Is there some way to fetch the on screen content of another app ? It would be nice if someone could guide me in the right direction as I feel unsure about where to start. Thanks.