2

I use Libgdx to develop a UI on Android (only on Android), and need to show lots of web images. In native Android, I use the Android Universal Image Loader to manage and cache images.

Anyone have suggestions for Libgdx-based solutions?

I'm using the Libgdx Net HTTP API.

4

1 回答 1

0

您也许可以将 Android Universal Image Loader 与 Libgdx 一起使用。它的任何图像“显示”例程都不起作用,但下载和缓存图像的代码应该(?)没问题(当您的项目的 Android 后端使用时)。

查看 Libgdx 文档以使用“特定于平台”的库和 API:https ://code.google.com/p/libgdx/wiki/ApplicationPlatformSpecific

我没有仔细看Loader的代码,所以如果显示代码和其他代码太纠缠的话,这可能是个死胡同。

于 2013-08-02T04:36:35.620 回答