I've a problem with Universal Image Loader (which is very fine), I just want to display a local drawable from local. So I put this URL into my String array:
public static final String[] IMAGES = new String[]{ "drawable://" + R.drawable.app_icon }
but it doesn't work and I've a null pointer exception..
So how display local drawable?