Hey Dev's, I have a profile button in my `BottomN...
# android
n
Hey Dev's, I have a profile button in my
BottomNavigationItem
but I want the icon image of the profile to be the first character of the username when the user registers. Can anyone point me to some resources on recommended methods of how to dynamically update the imageVector of
Icon(imageVector = , contentDescription = null)
to the initials of the username? Thank you.
😶 1