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

Supporting multiple avatars #17

Open geftimov opened 2 years ago

geftimov commented 2 years ago

Hello and congratulations on the amazing library.

I have a question here regarding multiple avatars. I saw you support up to 4 avatars in one view. But my case is a little bit different :

image

I know it's possible to implement that using a RecyclerView and some logic with the max number of avatars to be shown so you can show the +7.

Do you intent to support a view like this in the library or is it out scope?

skydoves commented 2 years ago

Hi @geftimov, Thank you for suggesting the amazing feature! I'm planning to implement the multiple avatars as you suggested with the Jetpack Compose supports in the next release. I will let you know when the feature comes along. Thank you!