Hi,
I am trying to build an app for a book.
I created a client side storage resource id. Then I created an app variable of type String.
Now I want to populate the contents of the book so that when the user opens the app, on the first screen, they see a list of all the chapters as a repeating array. How do I do this?
When the tap on any of the chapters, the lines open up. When the tap on any of the lines, the sublines open up etc.
This is what it should look like:
Book name
Chapter 1
Line 1
Subline 1
Sub-subline 1
Subline 2
Sub-subline 2
Line 2
Subline 1
Sub-subline 1
Subline 2
Sub-subline 2
Chapter 2
Line 1
Subline 1
Sub-subline 1
Subline 2
Sub-subline 2
Line 2
Subline 1
Sub-subline 1
Subline 2
Sub-subline 2
Thank you