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 Self-Destructing Message Android App Using Fragments for Tabs Modifying Tabs from the Template

amir baldiga
amir baldiga
2,530 Points

i've got the Fragments but not the Tabs bar

i manged to create the Fragments but i cant see the tabs Bar of the Friends and inbox

1 Answer

The ActionBar with Tabs has been deprecated. I built a new ToolBar with PagerTabStrip that works, but haven't had a chance to push it to github yet,and with the fix I made, it isn't returning from the Login to the MainActivity (yet).

However after I tracked that all down, and built it, I found this reference where someone got it to work with an ActionBar and PagerTabStrip.

https://teamtreehouse.com/community/this-is-the-droid-you-are-looking-for-how-to-get-past-this-lesson-while-knowing-the-modern-standard

You might want to keep that link handy, as the Meme Maker in Android Data Persistence uses the same navigation. I also rebuilt the 'Starter Kit' to the Meme Maker, but also have not pushed it to github yet.