How to make a list viever?

lets hypothetically i want to create a program where you will add messages to the list (listviewer).
Clicking on the object should open a second screen with a message, is there any simple, to do this?

Yes, you can do this with Thunkable.

You would create a list variable and each time the user adds a new message, you would insert that text at the end of the list variable using List blocks. You can use the List Viewer “when click” event to store the clicked message in a different variable and then display that variable on the second screen.

If you get stuck, post a screenshot of the blocks you’ve tried and someone can help you. You can also Google or search the forums to find out more about this common question.

1 Like

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.