How can I develop an android app (or anything else) with an other person? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I develop an android app (or anything else) with an other person?

We use different computers, and we would like to share the tasks, and we both want to develop the same project.

19th Nov 2016, 11:10 PM
Marcell Juhasz
2 Answers
+ 1
learn to us "git" and host your project on git hub it will allow both of you to work on the project simultaneously. without the need for sending the files to each other etc.
20th Nov 2016, 12:25 AM
steven trippier
steven trippier - avatar
+ 1
You need a source control management system like git, svn, tfs and so on. They handle history of changes, conflicts between changes, compare changes...
20th Nov 2016, 5:26 AM
Ivan G
Ivan G - avatar