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.

Set up user sign in on list maker app

Set up user sign in on list maker app

From the course: Building Android Apps with AWS

Start my 1-month free trial

Set up user sign in on list maker app

- [Instructor] So now that we have our backend set up to do user authentication using an email and password, the next step is to start to connect our demo app to that service. And the best way to figure out how to do that is to start with the Developer Guide in the AWS Documentation. So I'm here at the AWS Mobile Developer Guide and I'm on a page that's telling me how to add user sign-in to the app using Amazon Cognito. So I just want to scroll down a little bit and find the section right here that is Setup Email and Password Login in your Mobile App. And that is gonna give us the instructions we need to figure out how to connect to our backend. So I've selected Android-Kotlin because my app is written in Kotlin. First it's just telling us to make sure that we're on API Level 23 or higher, which we are. Step one says make sure your configuration file is imported. We've done that. We've got the latest configuration file. Step two, make sure we've got network permissions in our…

Contents