Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Getting Started with Android Creating the Fun Facts Project

Brian Maimone
PLUS
Brian Maimone
Courses Plus Student 1,644 Points

Which FunFacts files should I copy from my old desktop to new desktop in order to retain the work I've done on the app

I'm three quarters the way through "build a simple app" and I don't want to start rebuilding the FunFacts app from the beginning. E.g., I've added a button, changed the layout and screen colors, etc. I'm not sure if I should simply copy and paste the FunFactsActivity.java and activity_fun_facts.xml files. Would appreciate help. Thanks.

1 Answer

Hi Brian,

You should locate the project folder and copy it all. There are lots of files and settings etc that will then be restored on your new machine.

The best way to achieve this is to use a version control system such as Github. That will allow you to upload all your projects into the 'cloud' and pull them down to any machine. There are a million other cool benefits of using version control too - I strongly advise using it. Have a look at my Github repository list here. Every project is in there so if my laptop goes bang, no problem! (except the expense!)

Have a look at the Treehouse course on the subject here.

Hope that helps,

Steve.