amplify-android
amplify-android copied to clipboard
The fastest and easiest way to use AWS from your Android app.
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java ### Amplify Categories DataStore ### Gradle script...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java, Kotlin ### Amplify Categories DataStore ### Gradle...
In June 2019, the JavaScript library launched a new Amplify Video category. It helps application developers quickly build video-on-demand or live streaming applications. Currently, Amplify Video support only exists in...
Problem : For chat application - for example, has 2 contacts with 5,000 messages each. If the sync expression syncMaxRecords is set to 5000, then messages from first contact gets...
Hello, in [amplify-js](https://github.com/aws-amplify/amplify-js/blob/main/packages/amazon-cognito-identity-js/src/CognitoUser.js) there is a `setSignInUserSession` function that allow us to set session tokens without using the `signIn` function, is it possible to have this feature in Android too?...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin ### Amplify Categories Authentication ### Gradle script...
Right now `Amplify.Auth.signInWithWebUI` only opens to the login page. The customer can always click "Sign up", but that text is hidden at the bottom of the page and not very...
What if the android app needs to interact with more than one bucket? We can do it using the AWS Mobile SDK for Android, but that support does not exist...
On Android, [user attributes](https://github.com/aws-amplify/amplify-android/blob/main/core/src/main/java/com/amplifyframework/auth/AuthUserAttributeKey.java) map exactly to cognito user attributes, while iOS's [user attributes](https://github.com/aws-amplify/amplify-ios/blob/eb5b7ff98ae9ac090dc8c71e374b8f3bcb0ee472/Amplify/Categories/Auth/Models/AuthUserAttribute.swift#L34) is missing a few, specifically `zoneinfo`, `website`, `updated_at`, `profile`. Should iOS have these attributes for parity...