I've read the documents https://github.com/alexa/alexa-avs-sample-app/wiki
https://developer.amazon.com/docs/login-with-amazon/install-sdk-android.html and other files.
For now, i only know how to integrate SampleLoginWithAmazonAppForAndroid-src.zip into my sample android app. What confuses me is that how i can integrate AVS into my android app.For example, by using javaclient--AVSController--startRecording, i may record voice by microphone inside the android phone. However, i have no idea about the exact process how to get user's voice and send audio to amazon server. Can anybody do me a favor? Thanks a lot!