i want to merge two different android projects to use the functionalty of both in one project.
They are using complete different packages for the files.
you can merge the code if it not having large scope..ie not having Native library and etc...
for merging the project you need to refactor package name, layout xml and etc...
for example. main.xml are seperate for both of package so need to care of such things