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 trialRyan Shohoney
Courses Plus Student 1,916 PointsQuestion 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
43,828 PointsHey 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.
Ryan Shohoney
Courses Plus Student 1,916 PointsYea 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
43,828 PointsHmm check that you are starting it in the correct place.
Ryan Shohoney
Courses Plus Student 1,916 PointsSolved 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.