BigImageViewer
BigImageViewer copied to clipboard
Load images from POST request.
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));
That depends on the loader, but I don't think Fresco or Glide support it.