What I am trying to do:
I render single pdf pages to bitmaps using Android PdfRenderer class. (Rendering so fare is not the issue)
No I want to display the on the screen the entire first page and half of the second page.
My question? What is the best approach to do that? - Should I use a RecyclerView with several ImageViews - Should I use two ImageViews with scrolling - Performance matters, so should be efficient
I am glad for any comments or ideas.
Not sure about the rendering part, but I did work with displaying multiple images. You can use URIs or path of a bitmap to pass it to the adapter class.
In the adapter class
}