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.