Hey There,
I am very new to corona and developing my second app, would need some advice to orient me toward the proper tools to use:
I have this app, let’s say it generates a random number for each session.
I’d like to set up a save/load screen in which you can view,save and load the number generated in every session of the app.
I was thinking table-view, but I’m not familiar with the tool… Are corona table-views interactive?
In the sense I’d like to have every row containing the number generated in said sessions ( retrieved from a proper save file), with the date of the session and most important buttons on the row, IOS style, to delete or load that session.
Can table view do that or is it just a non interactive displayer of data? Should I use some other widget?
Thanks for the help!