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 an Interactive Story App Intents and Multiple Activities Using String Resources

Why cant I just start a activity where I left off? Why do I have to redo all of the quizzes each time I come back?

I left an activity for a few hours - came back to it by hitting the resume button - it doesn't bring me back to where I left off- but drops me off at an earlier stage - then I cant proceeded until I pass the quizzes again.....

CodeChallenge.java
Button loadPuppiesButton = (Button) findViewById(R.id.puppiesButton);
String buttonLabel = "";
loadPuppiesButton.setText("LOAD");
strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>

</resources>

1 Answer

Tonnie Fanadez
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 Points

Evan Kuester

This is how most sites are designed when it comes to forms resubmission. In fact if you passed the first challenge, take the chance to redo the challenge. This way you boost your confidence and things will stick in memory.