design
2 TopicsUI question: How to display a blocking "loading / preparation" screens if device is in book mode
Hi team, I Just wanna ask you how to "design" a full-width, user interaction blocking loading / preparation view for dual screen devices? For single screen devices, it is quite simple, but what should I do on a second screen? Should I present the loading view animation on e.g. the left screen and the right screen stays just white? Maybe I duplicated the animation on the second screen, too? Do you have any recommendation or "unicorn" UIs as a reference? Thanks for you're awesome and helpful tips in the past and in the future! Screenshot:Solved957Views0likes2CommentsUI concept question: Can the detail page of a master/detail pattern become the new master page?
Hi folks, I've a Xamarin.Forms master/detail page pattern applied to my Surface Duo app. Current scenario On the left side are mutliple selectable list items, on the right, the detail of the select item will be shown. New scenario The user should be able to take notes of each detail item. That requires a new mutli line text area which is related to the detail's content. The questions Whats the best ui / ux pattern to update the app's canvas for this new scenario on a dual screen device? Idea 1: The detail page become the new master and shifts to the left while on the right side the note taking page will appear. This becomes really hard in page transitions and animation and it will break the learned user behavior of "left master, right detail" Idea 2: The screens of the Surface Duo are huge compared to e.g. an iPhone screen. That's why I could split the detail page in two vertical segments. The top one is still the content page and the bottom one will become the note taking part Idea 3: Do not use the the dual screen feature at all and present it modally above the master page. That would enable the user to see the detail content on the correct right side. But this would display features of the detail page on the master page's side. Thanks for your opinions!Solved705Views0likes2Comments