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.
有什么方法可以创建一个应用程序来获取图像(使用 URI,这是我遇到的唯一方法),以便应用程序的公司可以更改图像而不需要更改 android 代码?
我查看了 URL 重定向,但它似乎不太可靠。
(每次应用程序启动时,它都会去获取图像以进行显示)
您的应用程序将从
http://company.comm/images/1 http://company.comm/images/2 ... http://company.comm/images/n
并且您将拥有一个允许上传和设置实时图像的网站/服务。
使用 Tumblr API 实现了我想要的。它允许获取特定博客的 6 个最新帖子作为 JSON 数据。递归解析接收到的 JSON 允许程序挖掘并使用 URL 进行特定解析。