Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

Load images from POST request. #206

Open Abdul-Moiz opened 3 years ago

Abdul-Moiz commented 3 years ago

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));

Piasy commented 3 years ago

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