Talha Syed

Results 16 comments of Talha Syed

I was able to reproduce this again, in the new version. Is it the final iteration of += 2 in the for loop that's throwing the the ArrayIndexOutOfBoundsException?

` while (recorder != null && !recorder.isPausing()) { if (recorder != null) { if (sink != null && recorder != null) { sink.write(recorder.consumeRecording()); } } try { Thread.sleep(100); } catch...

Yes. I did try using jquery UI to tag the item tbody as sortable, but I guess the library is constantly recomputing the index positions so the rows end up...

any pointers on this?

also, if the same could be supported on web as well.

[this](https://developer.amazon.com/public/solutions/alexa/alexa-voice-service/reference/display-cards-conceptual-overview) looks like it needs a bit of implementation.

The ClientUtils class is where you can set the timeouts for all requests going to AVS. Try a smaller timeout to debug what the problem is

Is it supposed to be a phone specific issue or a network specific issue?

Yes, there is an app already available [here](https://play.google.com/store/apps/details?id=agency.rain.android.alexa&hl=en)

I'm not sure I'm following what you're trying to say. Basically this library can be integrated into any project, including yours. So if your requirement is to have Alexa inside...