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 trialJonathan Rachid Idy
284 PointsIs there anyway to skip these test after each video please???They are giving me headache and wasting my time
Is there anyway to skip these test after each video please???They are giving me headache and wasting my time
public class MealActivity extends Activity {
public TextView foodLabel;
public TextView drinkLabel;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_meal);
foodLabel = (TextView) findViewById(R.id.foodTextView);
drinkLabel = (TextView) findViewById(R.id.drinkTextView);
RelativeLayout mealLayout = (RelativeLayout) findViewById(R.id.mealLayout);
mealLayout.setBackgroundColor(Color.GREEN);
foodLabel1.setTextColor(Color.BLUE);
drinkLabel.setTextColor(Color.GRAY);
}
}
3 Answers
lambda
12,556 PointsYou don't have to take the quizes/exercises between videos. Although they are very helpful in re-enforcing the material covered in the videos.
Just click on the icons for the next video. The are located on the top green bar with a triangle symbol inside a circle. You can also change the volume, speed of the video on the tool bar on the bottom of the video. Some videos also have captions.
Jonathan Rachid Idy
284 PointsOh so fast replies out here,Thanks a lot for the help
Damien Dale
Courses Plus Student 2,422 PointsI'm so annoyed . I got an answer wrong that I knew if only I read correctly.