Skip to content Skip to sidebar Skip to footer

Combine Different Android Studio Projects

I'm developing an app using android studio with my friend, but Im coding in my house, and he is coding in his house. We want to 'combine' both projects fragments (I will create som

Solution 1:

You should use VCS Version Control system like GitHub or Bitbucket they both free at least for small needs you can create a repository and then you both can push your code and pull it and those Version control systems will merge you code
if you are using Android Studio you can find VCS button click on it and select the system you are using so you can use this plug in to manage your operation and those are some useful links to get started with github
link1,link2,link3
and for bitbucket
link1,link2


Post a Comment for "Combine Different Android Studio Projects"