From the course: Android Development Essential Training: 3 Navigation

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

✓ Challenge: Badge of honor

✓ Challenge: Badge of honor - Android Tutorial

From the course: Android Development Essential Training: 3 Navigation

Start my 1-month free trial

✓ Challenge: Badge of honor

(upbeat music) - [Instructor] Hey folks, it's time for our final challenge. We're going to be building upon your newly acquired skills with the bottom navigation view. Here's what you'll be implementing. On our shop screen, we have two buttons, one that increases the quantity of the total bottles of olive oil for our user and the other that decreases it. When the user clicks on the increase button, notice that you see the badge count display on our shop menu item. The same applies when they click on the decrease quantity button. We update the total quantity or we hide the badge completely. So let's see that one more time. I'm going to click the increase button twice, and now the badge count is set to two. I'm going to click the decrease button twice, and now the badge is gone. Let's move over to Android Studio to take a look at what you'll need to implement. First, I've created a skeleton application for you in…

Contents