I am currently making an expense tracker on Android Studio. it is my first time so I'm not too experienced and am not expecting a fully coded answer, but maybe some guidance as I have not been able to find any resources online for my particular question.
So I know how to get user input, which in my case would be something like Amount Spent:
and Location
... etc. The only thing I am not familiar with is how to add/append this data to a table in Android.
For example, the table would look like this:
The user input would then be added to the table depending on the header.