Hi! Some help would be much appreciated on working...
# kotlin-native
r
Hi! Some help would be much appreciated on working with recycler view. I need to display data that I receive from the API in the horizontal recycler view. Each adapter item contains two TextViews and one ImageView, so the size of the view can vary for each data item. The issue is that I need to adjust all adapter item heights to the item that has the biggest height, but I can’t really find a way to do that since the item is not displayed in the screen till I scroll to it. Also, when I check some heights in
onBindViewHolder
they are zero.
😶 1
f
Hi, this channel is about Kotlin Native and not for general Android development questions