• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Source code

Export source code from one pc to another

You can do it as mikedt suggested, but the proper way to manage source code is in a VCS(version control system). The most notable vcs is github. By keeping your code on github you have access to it on all your devices no matter where you are.

This has many advantages, one being that if you make a destructive change in your code, you can undo the change easily.

If you're a developer, I highly recommend getting familiar with git and github. Those are two of the most important tools to any developer.
 
Back
Top Bottom