A
A
arlanchik52018-02-10 17:18:02
Java
arlanchik5, 2018-02-10 17:18:02

How to co-write an android program?

Good afternoon everyone, does anyone know if it is possible to write a program together (on 2 computers) in the Android Studio environment? If so, how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2018-02-10
@saboteur_kiev

Learn what a version control system is. The extra time spent learning complexities will not go to waste - it's a useful skill that is used all over the world for collaborative development.
Today I recommend learning GIT, as one of the most popular.
There is github, a free source hosting that supports git.

F
Fixid, 2018-02-10
@Fixid

Can. Share tasks/methods/modules/architecture among yourself. Agree on syntax and calls. Everyone does their part, then merges. Code synchronization via Git/SVN/etc. Ideally, an autobuild with commit tests (Jenkins/GitLab CI/CD)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question