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 trialTom Simkins
2,486 PointsStuck on code challenge android :/
Could someone give me some pointers for this code challenge Im stuck on what to do. Thankyou
1 Answer
Andrew Olson
4,028 PointsHi Tom!
To set the text of the tab you can use the setText()
method:
tab.setText();
This method takes a string value as the argument.
You can obtain this value from the PagerAdapter
getPageTitle()
method. To get the correct value from getPageTitle()
, use the i
variable in the for
loop. Hopefully this is enough to get you headed in the right direction.
Tom Simkins
2,486 PointsTom Simkins
2,486 PointsCheers il try it later cause I have to go but when I pass il give you a best answer :)