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.
From stackoverflow
ninad
-
I've done this. Suggest you look into Android library projects.
ninad : hi thanks for reply. but is there any alternative way to do this task.Reuben Scratton : You could create and maintain 4 copies of your source code. What's the problem with using a library?From Reuben Scratton
0 comments:
Post a Comment