All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.telly.wasp.BitmapLoader Maven / Gradle / Ivy

The newest version!
package com.telly.wasp;

import android.content.Context;

import java.io.File;

/**
 * @author cristian
 */
public interface BitmapLoader {
    /**
     * Loads a bitmap and save it to the specified file
     *
     * @param context a context used to download/access the bitmap
     * @param uri     the uri or image identifier
     * @param file    the file to save the bitmap tol
     */
    void load(Context context, String uri, File file);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy