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 image url items #69

Open
anshul90 opened this issue Apr 11, 2019 · 4 comments
Open

load image url items #69

anshul90 opened this issue Apr 11, 2019 · 4 comments

Comments

@anshul90
Copy link

No description provided.

@youssefwagih
Copy link

any updates on this please

@maheshqzaak
Copy link

anyone solve this...??

@vivekbdc
Copy link

vivekbdc commented Sep 5, 2020

I have the same issue, I found a solution after so many attempts.
wheel view support only drawable. so you need to download an image from URL and save in cache dir so storage permission not required.
Once downloading done. you can convert image into drawable.

Additional, I required image with other views so I keep the hidden Linearlayout and converted view into drawable.

Bitmap b = getBitmapFromView(binding.tempLiner); Drawable dd = new BitmapDrawable(b); return dd;

@maheshqzaak
Copy link

vivekbdc can you share image loading code

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

4 participants