I’m planning a basic tips app with 99 individual tips on a subject, and I’m trying to figure out a sound way to do it in the time I have. I’ve used scrollview groups before, but nothing of this scope. Just a single scrollview group for the “About” area of an app. Here’s a pic to illustrate what I’d like to achieve:

Is this a reasonable approach? Are 99 image files of 1242 x 6000 pixels for the individual tip scrollview groups excessive? It’s easier from a development standpoint for me, since it means being able to create single image files for each tip, as opposed to breaking each one up into multiple files or using Corona’s newText api (since there will also be image files between the text blocks), but I haven’t attempted anything of this scope before so I don’t know how this would perform in practice.