i have made an android application that retrieves data from internet and performs further operation on that data.
i have 4 urls for retrieving data. so i want to make 4 different applications for 4 different urls, each application receiving data from one of the URL. and i also want to run all four application on the single device.
now my problem is that when i uninstall one of the application all four application gets uninstall, and all the applications are showing the same data.
Please help.
Thanks in advance.