BigImageViewer icon indicating copy to clipboard operation
BigImageViewer copied to clipboard

Load images from POST request.

Open Abdul-Moiz opened this issue 5 years ago • 1 comments

Is it possible to load images with POST request instead of GET. I can not find anything to pass custom request object other than Uri.parse.

BigImageView bigImageView = (BigImageView) findViewById(R.id.mBigImage); bigImageView.showImage(Uri.parse(url));

Abdul-Moiz avatar Oct 02 '20 16:10 Abdul-Moiz

That depends on the loader, but I don't think Fresco or Glide support it.

Piasy avatar Oct 03 '20 03:10 Piasy