BaseImageEngine

public interface BaseImageEngine

Gallery Loading Interface

Author

shaunak

Since

2023-08-21

Functions

Link copied to clipboard
public abstract void loadAsGifImage(Context context, String url, ImageView imageView)
Loads a GIF image
Link copied to clipboard
public abstract void loadFolderImage(Context context, String url, ImageView imageView)
Loads an image from the album directory.
Link copied to clipboard
public abstract void loadGridImage(Context context, String url, ImageView imageView)
Loads a list of images
Link copied to clipboard
public abstract void loadImage(Context context, String url, ImageView imageView)
Loads an image