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

Jake ming
Jake ming
1,151 Points

beginner android Dev question about updating texts in single activity

hi everyone

i started programming a month ago, now i am doing android dev. i encountered a problem a week ago. i want to do a questionnaire app. ask people's opinions about some products. i intend to achieve this goal by using two actives. one is the welcome page and the other is the question page which will provide a question and a several choices. now here is the problem i want to update the all the Button Texts and the questions once the Button is tapped on. i try few ways like set up a counter thing but it didn't work. can somebody tell me how to do this. THANK YOU SOOOO MUCH :D

1 Answer

Igor Gunger
Igor Gunger
8,113 Points

Make sure you went through how to make "Fun Facts App" course and understood each aspect of it. How to make strings, save them, retrieve them in randomized order.