Skip to content

Android image loader uses BitmapOptions for URLs, but not resources  #52

@GoogleCodeExporter

Description

@GoogleCodeExporter
This code should either be in both bitmap load paths or neither. Needs testing 
on lower-end devices to see if this improves performance or not:

          BitmapFactory.Options options = new BitmapFactory.Options();
          options.inDither = true;
          options.inPreferredConfig = AndroidPlatform.instance.preferredBitmapConfig;
          options.inScaled = false;

Original issue reported on code.google.com by mmast...@gmail.com on 4 Jul 2011 at 4:12

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions