25
votes
4answers
767 views

Multiple lists on one screen — best approach?

Let's say I have a profile screen with two lists: one for Friends and another for Hobbies. This is just an example. It could as well be a Customer screen with Suppliers and Orders. I'm looking to ...
1
vote
4answers
632 views

Master-detail and tabs

I have a master-detail view. Which is the best practice to add new items to the list? Now I think when user clicks the new button a new tab item can appear with close button, so the user can navigate ...