Questions tagged [aws-amplify-sdk-android]
53 questions
0
votes
2 answers
Download selective data from DataStore based on sub id Amplify
I just want to download selective data based on user sub id but Amplify is allowing me to run the configure command once, selective syncing is used for this purpose, I am using amplify signin method and getting the sub id from it, I just want to…

Zubair Akber
- 2,760
- 13
- 30
0
votes
1 answer
Amplify datastore for android implementation with complex objects
I have an android application, which is collecting data in form of text and images.I implemented an AWS Amplify integration. Am using auth for logins, and i also added datastore for online/offline synchronization of collected data to the cloud. But…

Melsaq
- 13
- 3
0
votes
0 answers
Amplify response null - Android
I'm developing an app in Android Studio. It connects to AWS AppSync, using Amplify. I followed this guide. When I use my schema, the AppSync response contains null data.
package com.example.myappversionfinal2;
import…

Nicolas Parra
- 43
- 1
- 10
0
votes
1 answer
HTTP request to AWS with okhttp
I'm pretty new to AWS and I'd like to use a service in my Android app. Unfortunately, this service, AWS AppConfig, doesn't have a mobile SDK yet, so I've been trying to send a GET request to the GetConfiguration API with okhttp.
To sign the…

ayen
- 11
- 6
0
votes
0 answers
why does aws amplify api mutate give me an error?
I am newbie to aws services and i've been trying to implement Amplify.API.mutate query on android for the past two days but i am getting a weird error which i am strugging to understand and resolve .error snippet

Kgadi mphela
- 1
- 1
0
votes
1 answer
How to identify unique Mobile device id in Amazon Cognito
I am using "aws-amplify" and created login ,forgot password and reset page and all are working fine with "user pool"
Now i have use-case where we want a user can login only assign mobile device (user id bound to device id and user cannot login…

vaquar khan
- 10,864
- 5
- 72
- 96
0
votes
1 answer
The response to the AWS AppSync query doesn't have any data. (Using Amplify in an Android app)
(I am a beginner) I am trying to do an AppSync query from my Android app with Amplify. I'm following the steps as in this page- https://aws-amplify.github.io/docs/android/api#run-a-query After executing the following code,
public void query(){
…

rS_
- 131
- 1
- 1
- 7
-1
votes
1 answer
AWSMobile vs Amplify
I have recently inherited some old code from a project. It is being repurposed a plugin for ATAK (Android Tactical Assault Kit) and it needs to use AWS Amplify to upload and download files from AWS S3. The original creator of the code used AWS…

DNieves
- 1