So I want to create a counter app that has a layout similar like it is in the photo below.
I would like to have 3 items in each line and pressing "add new" should add a new line.
Should I use ListView or maybe GridLayout?
I know how to create a ListView with just a text in it, but have no idea how to do this.
Thanks.