I’m designing a mobile app food journal where users can add food items or pictures.
For the initial “add food” flow, I’m considering a wizard-style form with the following inputs:
- Food item name
- Quantity
- Unit of measure
For this screen I want to offer three possible actions:
- Save and add another food item
- Finish Meal
- See meal details (where the user can review items, add notes, tags, etc.)
My question is:
- How should these buttons be arranged in a mobile UI?
- What labels would make the most sense to minimize confusion and keep the workflow efficient?
The main use case is someone logging multiple foods quickly in a single sitting.
