AlexaAndroid
AlexaAndroid copied to clipboard
which network library is used?
Hello Will, first of all, thank you for sharing your great work, I'm planning to make an avs-enabled Android app and your project can be a great base!
Your issue at "https://forums.developer.amazon.com/questions/10184/existing-sample-android-codeapplication.html" says that you used volley for all network stuff. I quickly scanned some of your codes (current version), I noticed you also used okhttp. I read things from other resources that okhttp and volley are usually combined to make better performance even though they don't need each other. Is that what you are doing?
Thanks!
I have fully moved over to OkHttp because of the required HTTP/2 support. If you see any Volley references in the codebase still, let me know, I should remove those.