How to make the an element selected of listview to be opened in a new screen?

I have made list using listview with a few elements. How do I make each element of the listview clickable and when clicked to open another screen?
I am making a ebook app and have made listview of chapters, I want each chapter to be clickable so they could jump between chapters from list view in screen 1.

Don’t do that.
You only get 10 screens, so reuse the ListView with the new data.

Here’s a sample, using only 1 Screen …

Thank for the info. Will do try it out that way