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 应用程序中,我需要从 oracle 数据库中检索图像,并且我编写了 servlet 代码,所以我需要将此图像对象从 servlet 发送到 android 活动,你能告诉我如何将图像对象从 servlet 发送到我的安卓活动..
写一个 servlet,它连接到 DB、检索 BLOB、将 BLOB 读取到输入流并写入 OutputStrem 作为响应。
将上面的 servlet 映射到例如 '\image' ,它将图像名称作为参数和基于参数的搜索器 oracle
在活动中使用 urlhost\image?<imagename>
host\image?<imagename>