I have downloaded an application from the android market. I just have to enter a number and on click of enter, that app generates a table with some contents.
I want my application to copy the contents of the table. My application invoked that application. The user has to put the data in the edit text manually and then hit enter. My application would be running in the background till then.
Another Question: Can i just take a screenshot of the 2nd application's screen and then use a image to text decoder to get the data on that screen?
Here is full documentation about data storage and data sharing between apps. I doubt you can share database, but you can try do the same by using external storage