Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 android 应用程序,用户可以在其中从他们的画廊中挑选一张照片并将其上传到服务器。我应该如何做到这一点?
该应用程序主要使用 SOAP webservices 与服务器通信,但我不知道如何在 KSOAP 中序列化字节流,因此我需要一些帮助。该解决方案不一定要使用 KSOAP。一个有效的解决方案是将照片上传到某个服务器上,然后检索将存储在数据库中的 URL。
您可以为此目的使用Http 组件库。
检查这个问题的答案。