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 应用程序传递给 web 服务。我正在使用 Ksoap2 客户端。我可以传递字符串值。我如何传递图像?有人可以帮我吗?
您可以将图像编码为 png(Bitmap.compress如果它不是一个 png 文件开始时使用),然后使用 base-64。
Bitmap.compress