Hello, I’m trying to make a golf scorecard, I was thinking to create a table where you can input the score per hole, and then the app will calculate the net score, gross score, etc. (easy math operations with the values that the user provides); but I’m not sure if the table is the best solution, I’m having problems designing the app, how can I set up the user interface (create a table to ask for data) and then save those values to make some maths.
If anybody can help with some tips to start, it will be great.
Greetings.