-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Loading images in Widgets #15
Comments
You should be able to use the ImagePipeline with BaseBitmapDataSubscriber for this - have a look here. You need to make sure you pass the bitmap to the system in the Let me know if you have any problems. |
What do you mean by passing the bitmap to the system? |
As Ian explained, after submitting the request to the pipeline, pipeline returns a DataSource. Attach your BaseBitmapDataSubscriber to that DataSource. |
@plamenko Ok thank you. Will try it and if I find any problems on the way will ask again. |
Revert "index.md"
I am supposing that this won't be possible based on the way this library is architected and how widgets work. If there is a possibility can you please give me a hint on how should I approach this and I could make a PR if I have something done.
The text was updated successfully, but these errors were encountered: