From the course: Android App Development: Design Patterns for Mobile Architecture

Unlock the full course today

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

UI overview

UI overview - Android Tutorial

From the course: Android App Development: Design Patterns for Mobile Architecture

Start my 1-month free trial

UI overview

- [Instructor] Before we begin the conversion of our demo application by applying the different pieces of MVP architecture, I just want to give you a quick run-through of how our app works and how the code is structured. Before we actually go into the code of the app, we're going to do a visual walkthrough first. We load the data from the local database and then we reload it from the network and show all of the spies that we know of. When you click on one of these rows, we go into the Spy Details view. And in here, if you click on the briefcase, we try to crack the spy's password. When that's finished, we pop the stack all the way to the original activity. You can also drill into the spy details and the password cracker and navigate backwards by popping those activities. Now, it doesn't look like there's a lot going on. We only have a few activities. But, the data process is a little more complicated and we'll look at that next.

Contents