使用RESTful web api将图像从Android应用程序上传到azure blob服务

时间:2014-06-02 11:13:32

标签: android rest azure asp.net-web-api

我想做一个Android应用程序,使用web api上传/下载一些图像到/从Azure blob存储。任何人都可以向我推荐一些有用的指南,示例或教程,帮助我了解如何使用这些技术来完成我的应用程序吗?

1 个答案:

答案 0 :(得分:1)

Azure documentation开始,选择您的语言。然后阅读Storage Services REST API Reference。然后在文档下,查看示例 - 例如 - Samples that show how to use Mobile Services as a backend for your Android apps,更具体地说,请查看示例页面上的Android - Mobile Services - StorageDemo