I am trying to build a simple list interface for a set of items.
When adding a new item, the user needs to fill in multiple details for the item, pick from drop down menus, enter figures ect before it is then saved to the list.
what is the recommended way to present this entry view? is it to start a new activity , or make a dialogue box?