aws-sdk-android
aws-sdk-android copied to clipboard
More customizability in the Drop in UI
Drop in UI is amazing feature. It would be even more useful if following methods were implemented:
-
setUsernameHint, setPasswordHint
-
signUpOptions.AddField("fieldname")
-
signUpOptions.rmField("fieldname")
It will also feel nicer if there's a please wait animation or spinner when clicked on login
This is in the context of Drop in UI for android. It's a great tool that'll help android developers to avoid reinventing the wheel. But it should be more customizable in terms of input fields.
Amplify now offers an Authenticator connected component that includes customization of signup fields and other options. Using Authenticator with Amplify is the recommended way to get a drop-in UI for your Cognito authentication flow.