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 Starting the App Adding the Login Screen

Question about auto-generated fragment files.

In this project, when creating your activities, fragment files are also generated. Should we get rid of these fragments since Ben is placing all of his fields on the layouts such as activity_login rather than fragment_login?

3 Answers

Calvin Nix
Calvin Nix
43,828 Points

Hey Ryan,

I also had an issue with this when I was going through this track.

I'm pretty sure he explains how to deal with this in this video.

Yea I found the issue and fixed it. Getting a new problem now with the progress indicator running prior to being called. Can't figure out why it's happening.

Calvin Nix
Calvin Nix
43,828 Points

Hmm check that you are starting it in the correct place.

Solved forgot to mark this as solved. Also, turns out if you run the Ribbit app during this phase on android 4.0 the progress bar always shows, even when it has not been called. Android 4.2 appears fine and I would assume that all higher versions are as well.