Swaminath Bera

Results 16 comments of Swaminath Bera

correct, but there is no direct access to queue using amplify-android sdk or how to cancel them?

Thanks @sdhuka , I'd tried it before But for my use case : I'm having a list of files to download For this I firstly list files in bucket using...

I think if somehow I'd access to [DownloadTransferListener](https://github.com/aws-amplify/amplify-android/blob/b53a5708f8068ad13e4b05086e02e856bd69d05e/aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/operation/AWSS3StorageDownloadFileOperation.java#L166) ; I would have been able to call cancel() on WAITING_FOR_NETWORK event, right? I do not want to extend it and create...

A valid audio path solves the problem , but need a way to control this programmetically

Yes, this option should be included

`displayRepeatControls` just toggles the display property of repeat button not the behaviour. We need a way to stop repeat funtionality programmatically.

Add 'silent_install.bat' to environment variable. First Locate 'silent_install.bat' file in these folders and then Google for * is not recognized as an internal or external command, You'll get the instruction

remove private in front of `private int id = 0;` in Person.java

As mentioned in the [note](https://github.com/GautamChibde/android-audio-visualizer/wiki/Circle-Bar-Visualizer#note), you need to enable audio recording permission for your app from settings ([or implement requesting the permission from user](https://developer.android.com/media/platform/mediarecorder#audio-record-permission)), this will fix the issue. also,...

@tylerjroach Thanks for answering and mentioning the limitations. And Yes, Actually I am looking for solution that will embed the user credentials into Amplify as simple as available with Amplify.Auth.SignIn(username,...