Skip to content

Instantly share code, notes, and snippets.

@smaspe
Created June 17, 2013 09:56
Show Gist options
  • Save smaspe/5795862 to your computer and use it in GitHub Desktop.
Save smaspe/5795862 to your computer and use it in GitHub Desktop.
public interface ImageRequestFactory {
public Request<?> getImageRequest(String url, Listener<Bitmap> listener,
int maxWidth, int maxHeight, Config config, ErrorListener errorListener);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment