SteveJG
Thanks for those examples but they aren't really what I wanted to do and not being an expert in AI2 would it be possible to point me in the right direction please?
I have an app that has 4 separate screens with a 60 sec timer that spits out random maths sums. At the end of the 60 secs there is a final score.
Ideally I would like a TinyDb for each subject, Addition, Subtraction, Multiplication and Division but if I can only have 1 TinyDb per App then I will put an identifier in the Db that says which subject it came from.
Again, ideally a top 10 highest scores is what I would like.
So if the score is greater than the bottom score, (index 10 I suppose), then put it into the table where it should sit.
I would then have a button on the main screen that pointed to a screen called TopScores and then the list reading from the TinyDb would populate the 10 positions.
The info in the TinyDb, if I can't have 4 different ones, would be PlayerName, Score and Subject. If each subject can have it's own TinyDb then I would only need PalyerName and Score.
Unfortunately looking at those examples doesn't really give me a starting point.
Please help!
Thank you in anticipation.
Steve