So I'm learning how to make an app, and I have a list of facts, but I only want one fact to be displayed each time the app is opened, and of course it would be different than the last one.
Any ideas on how to do this?
I think it would have something to do with arrays, but I'm not fluent in app development to know for sure.
Thank you for taking the time to answer this, or even just look at it.
~~~~~~
Further explained:
I'm new to app development, so bear with me.
I have a list of different facts, say 50. I know I will need to store them in an array. So I would like it that each time a user opens the app, a random fact is displayed. So I'm not sure how to code this. I'd prefer not to have to use a database - just because I'm not familiar with it (but yes, I'm aware that it is probably only a Google search away).