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 trialNathan Bird
2,189 PointsDummyContent.java file missing
In the 'Make a blog reader app' lesson 'Exploring the Master-Detail Template', there is a file called DummyContent.java. I can't find it. Please help
1 Answer
Nathan Bird
2,189 PointsNever Mind. I had to access it from windows explorer instead of android studio.
Danial Goodwin
13,247 PointsDanial Goodwin
13,247 PointsIt should still have been available through Android Studio. A nice hotkey to use is
ctrl+n
ordouble-click shift
, then you can type in the name of the file and the IDE will find it for you. :)Nathan Bird
2,189 PointsNathan Bird
2,189 PointsThanks!