loadFolderImage

public abstract void loadFolderImage(Context context, String url, ImageView imageView)

Loads an image from the album directory.

Parameters

context

The context.

url

The image path.

imageView

The ImageView to display the image.