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.

Import tables into list maker app

Import tables into list maker app

From the course: Building Android Apps with AWS

Start my 1-month free trial

Import tables into list maker app

- [Instructor] So now that we've created two tables in DynamoDB to store our data, we need to figure out how to set up our demo app to store and retrieve data from the database instead of the shared preferences. So I'm gonna start here on the developer guide, and this is telling me what I need to do to connect to my back end. So in step one here it's giving me something that I need to add to the dependencies, so I'm gonna copy that, and we're gonna go back over to Android Studio. I'm gonna open my gradle file and add that to the dependencies. Then I'm gonna sync that now that I've updated the gradle files. Now that that's complete, I'm gonna head back over to the developer guide and see what's next. Now step two down here is telling me to create a DynamoDBMapper client for my app, and I am gonna do that, I'm gonna be adding it to the AWS provider class, but I'm actually gonna go ahead and just complete step three first. And step three is telling us to go back to the mobile hub and to…

Contents