GetStream / avatarview-android

✨ Supports loading profile images with fractional styles, shapes, borders, indicators, and initials for Android.
https://getstream.github.io/avatarview-android/
Apache License 2.0
432 stars 26 forks source link

Getting initial image drawable #39

Closed timplifier closed 2 years ago

timplifier commented 2 years ago

I was trying to get the drawable of the initial image in order to download it to local storage, however, it is not possible now. I was using this piece of code avatarView.drawable.toBitmap() it throws null pointer exception, stating that drawable is null all the time.

skydoves commented 2 years ago

Hi @Clar1fy, for now, we don't have support providing image drawable of the AvatarView. Instead, check out this - https://stackoverflow.com/questions/3107527/android-save-view-to-jpg-or-png Thanks!

timplifier commented 2 years ago

Thanks