Android应用在表格中插入数据并上传照片

时间:2014-10-02 01:20:10

标签: android azure azure-storage-blobs

我已经使用带有Android SDK的Azure移动服务向表中添加数据,但现在我需要将3张照片从设备上传到Azure上的存储。我怎样才能做到这一点?

我可以使用相同的脚本向表格添加数据并将照片上传到存储空间吗?或者我应该将azure存储sdk添加到我的应用程序并单独执行这些操作吗?

1 个答案:

答案 0 :(得分:1)

您需要Azure Storage SDK for Android。移动服务SDK仅适用于移动服务。您必须使用Azure Storage SDK单独上载文件。

Here is some interesting article for messing with both Mobile Services and Storage Services in Azure from Android。这篇文章提供了很好的样本。