Categories
Android

The class LruCache to manage a cache of bitmap objects

The intensive use of many images in an app can create difficulties to the responsiveness and to memory, shown by warnings like ANR (Application Not Responding) or errors like OutOfMemoryError.

Categories
Android

Script for creating Android Icons

Just another tool to create Android icons, such as gimp-android-xdpi.
You can find at Script for creating Android Icons or at GIMP script for creating Android icons at once.

Categories
Android

gimp-android-xdpi

I found this very useful plugin for gimp, called gimp-android-xdpi, that allows you to easily create images with the desired dimensions in the directories drawable-ldpi, drawable-mdpi, drawable-hdpi and drawable-xhdpi of an Android project, following the guidelines explained on Icon Design Guidelines and links therein.