Hi Everyone!
I just found out about Corona and I’m really excited!
I want to write an application that quizzes kids learning arithmetic. My initial thought is to create a card that has a randomly generated problem; e.g., 5 + 2. This would be presented on the screen and you could double tap the screen to get the answer. To move onto the next problem, you could slide your finger across the screen to present the next randomly generated problem.
My initial thought is to use a slideview, but this presents a couple of problems.
- All the problems have to be created initially when creating the slideview.
- The number of slides have to be known initially.
I want to be able to infinitely slide to the next problem. I’m not sure if a slideview is the right way of solving this or if I should use a different strategy.
Any help or suggestions are appreciated.
Thanks,
Mike