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

support for Java #19

Closed nguyencongbinh closed 2 years ago

nguyencongbinh commented 2 years ago

Is the library support for Java? If yes, can you include a sample for java using. Thank you so much for this awesome lib.

skydoves commented 2 years ago

Hi @nguyencongbinh! Unfortunately, there's no plan to support Java for now. The AvatarView already uses Coroutines internally. Also, Coil is an image loading for Android backed by Kotlin Coroutines. If we have any plans for Java, I'll let you know. Thank you!