Hi all! I need to create a manual fragment inside ...
# android
x
Hi all! I need to create a manual fragment inside my app. This manual fragment should contain multiple pages of text and images combined. I wanted to use viewpager2 but the problem is that the position of the images and texts is not the same in every page. Some pages are without images, and some have multiple images... What do you suggest to use? Thank you
😶 1