Answered by:
Windows 8.1 (Universal App) UI resources

Question
-
I'm working on a Windows 8.1 Universal App project.
I'm quiet confuse mostly for the different resolutions I should work on.
I'm starting from an existing Windows Phone 8 App.
I usually worked on one unique screen resolution 480x800.
Any rooms for specific UI design topic?
My request:
it would be really great to get any templates (photoshop, illustrator, sketchApp) or other instructions about how to set up my working environment.
Thank you.Wednesday, August 27, 2014 4:13 PM
Answers
-
Take a look at http://dev.windows.com/en-us/design for design resources. The Get the templates section includes design templates for PowerPoint, Adobe Illustrator, and Adobe Photoshop.
Also check out the guidelines for Layout and scaling .
If you have more specific design questions please let us know.
For strategies on implementing layout (rather than designing layout) for different screens in a Xaml app see Quickstart: Designing apps for different window sizes . For discussion of implementation please post in the Building Windows Store apps with C# or VB forum.
--Rob
- Proposed as answer by Thomas Claudius HuberMVP Wednesday, August 27, 2014 9:00 PM
- Marked as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Thursday, September 4, 2014 6:55 AM
Wednesday, August 27, 2014 8:47 PMModerator
All replies
-
Please make sure not to use any margin this is the only to ensure that no matter which screen but your UI will remain the same as you have designed. Note that when you drag and drop controls they have margins in them so you also have to take care of them this same applies to any imported template
Hope that helps.
Please mark as answer if found useful...
Muhammad Asad
Microsoft Intern
- Edited by Muhammad Asad (Partner) Wednesday, August 27, 2014 6:14 PM
- Proposed as answer by Muhammad Asad (Partner) Wednesday, August 27, 2014 6:14 PM
- Unproposed as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Wednesday, August 27, 2014 6:49 PM
Wednesday, August 27, 2014 6:14 PM -
Take a look at http://dev.windows.com/en-us/design for design resources. The Get the templates section includes design templates for PowerPoint, Adobe Illustrator, and Adobe Photoshop.
Also check out the guidelines for Layout and scaling .
If you have more specific design questions please let us know.
For strategies on implementing layout (rather than designing layout) for different screens in a Xaml app see Quickstart: Designing apps for different window sizes . For discussion of implementation please post in the Building Windows Store apps with C# or VB forum.
--Rob
- Proposed as answer by Thomas Claudius HuberMVP Wednesday, August 27, 2014 9:00 PM
- Marked as answer by Rob Caplan [MSFT]Microsoft employee, Moderator Thursday, September 4, 2014 6:55 AM
Wednesday, August 27, 2014 8:47 PMModerator -
Check this session from Build 2014 it was super useful for me.Saturday, August 30, 2014 3:08 PM