Ziker
Ziker

Reputation: 906

Is it possible to get info and overlay another app from my app?

Hi I am new to this topic so maybe this is noob question but I couldn't find anything relevant on the web so I am asking here. I want to make application that adds some more interesting rich information into another app not related to my app.

That is, imagine that my app would overlay some sports betting app from one betting company with odds from companies around the world and compare them with original data in app which i can get(?)

Is this even possible?

Upvotes: 2

Views: 1372

Answers (1)

Stepango
Stepango

Reputation: 4841

Yes. First of all you could use StandOut library to overlay any app you want. And second thing you could use is info about running apps on device.

You cannot access information of running app directly. But still you have some hack to access other app resources via creating context of other app installed on your device. Maybe this information will help.

Upvotes: 1

Related Questions