How to get main image form a link? #461
Unanswered
SatyamDevv
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Glide.with(MainActivity.this).load(imageLink).into(photoEditorView.getSource()); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am try to get main image for link like this
It give error like:-
Bound mismatch: The generic method into(Y) of type RequestBuilder is not applicable for the arguments (PhotoEditorView). The inferred type PhotoEditorView is not a valid substitute for the bounded parameter <Y extends Target>
Beta Was this translation helpful? Give feedback.
All reactions