From the course: Building Android Apps with AWS

Unlock the full course today

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

Testing DynamoDB

Testing DynamoDB

From the course: Building Android Apps with AWS

Start my 1-month free trial

Testing DynamoDB

- [Instructor] So now that we've updated all of the methods that handle our data, and it's getting everything from DynamoDB, we're finally ready to run our demo app and see how it behaves. So I'm just gonna press Run here, and we're gonna run this on the pixel emulator like we've been doing. So I'm gonna start by logging-in with an email and password. Then I'll press Sign-In. Don't need to save that password. Now I'm gonna create a couple lists. Just created a list called Colors here, and I'll add a couple items to the list. And I'll go back and I'm gonna add another list as well. How 'bout Shapes. I'll add a couple items to that list. And all of this data is being saved in our tables in DynamoDB. I'm just gonna make sure, for example, the delete functionality still works. There we go. And so, the first thing that I wanna demonstrate is that DynamoDB is using the user information to determine which lists and which items apply to each user. So if I sign out and I sign in with a…

Contents