How do I handle posts with pictures when I create bulletin board posts on Android or iPhone? (Example photo attachment)

Asked 2 years ago, Updated 2 years ago, 30 views

For example, if your photos and writings are together like this, you might need to dynamically process the view

Do you make the image view as dynamic as the number of images, put it in the scroll view, and write it under it?

Or is there any other way?

ios android

2022-09-21 21:24

1 Answers

Yes, that's right. You can create the above screen by dynamically creating image views as many as the number of images and placing text views at the bottom. As you said, if there are more images, it should be possible to scroll, so you can wrap it with ScrollView.


2022-09-21 21:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.