开发者

aws support on android

Simple question - if I am developing and Android application that wants to access Amazon cloud (AWS services) - can you suggest m开发者_高级运维e options? More detailed for what I have done till now: I am trying to include existing AWS libraries for Java - but Dalvik does not support them all - finally the issue I am still not able to resolve is with AWS SDK third-party library stax-api-1.0.1.jar as it cannot be recompiled for Dalvik as others (Android complains I try to recompile a core-library)...

Please give any suggestions on those issues, Best, Sanja


As I wrote previously, you may better served finding another way to access the Amazon AWS API that requires fewer third-party dependencies, such as typica, or simply invoking the query API directly using HttpClient.


Have you seen the AWS SDK for Android? It's in beta and doesn't yet support all services, but it's a solid start.


I know this is an old thread; However, AWS now supports a new SDK named AWS SDK for Kotlin that lets you develop Android apps that can invoke AWS services. Here is a end to end example of creating an Android App using the Kotlin SDK that can invoke AWS Services such as Amazon DynamoDB.

Creating your first Native Android application using the AWS SDK for Kotlin

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜