I just started working on android Kotlin. I want to build an android application in which endless-scroll have a custom list-view. Now I want this list view to display two images box parallel with un-even height. Please ref below image for clear understating.
Note: Due to new user with less reputation, I am not able to attache image so sharing image link
You are looking for RecyclerView with a StaggeredGridLayoutManager. Here is a tutorial for that: https://abhiandroid.com/materialdesign/recyclerview-as-staggered-grid-example.html