i want to display images in Recycler View
You can see images have no fixed height and width. just randomly shown in different sizes.
i have considered StaggeredLayoutManager
for recyclerview
but the problem with that we have to show vertically or horizontally with fixed height in that.
Can anyone help?