Best way to save info with tables.
Hey.
So I have an called Basketball stat keeper that allows for a user to keep track of a players statistics during a game. The stats include points, assists, rebounds, and so on. At the moment, the only way I could come up with to save the info in the app was to have the user take a screenshot and then access it in their screenshots, but this is a terrible way of doing it. Now with the new tables feature, I am sure there is a better way to do it, but and not sure what. I would like a way for me to have the user press a save button when done with a game and have the app store the values for each stat into a row on a table for each game, and have it automatically store the new stats in a new row if the row before it is full. Then have a scene in which the user could view those stats in a table like fashion. What is the best way to go about this, is this possible and if so how?
Thanks in advance,
Alex
So I have an called Basketball stat keeper that allows for a user to keep track of a players statistics during a game. The stats include points, assists, rebounds, and so on. At the moment, the only way I could come up with to save the info in the app was to have the user take a screenshot and then access it in their screenshots, but this is a terrible way of doing it. Now with the new tables feature, I am sure there is a better way to do it, but and not sure what. I would like a way for me to have the user press a save button when done with a game and have the app store the values for each stat into a row on a table for each game, and have it automatically store the new stats in a new row if the row before it is full. Then have a scene in which the user could view those stats in a table like fashion. What is the best way to go about this, is this possible and if so how?
Thanks in advance,
Alex
Comments