Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load images from POST request. #206

Open
Abdul-Moiz opened this issue Oct 2, 2020 · 1 comment
Open

Load images from POST request. #206

Abdul-Moiz opened this issue Oct 2, 2020 · 1 comment

Comments

@Abdul-Moiz
Copy link

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
Copy link
Owner

Piasy commented Oct 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants