Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8678733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:47:55+00:00 2026-06-12T20:47:55+00:00

Is there any way or general size template created for windows 8 app using

  • 0

Is there any way or general size template created for windows 8 app using xaml so that we can create application of different screen size and DPI. As we are having in Android we put images and screen UI in different folders and application picks it up depending on different screen size and DPI? I am trying to design a general template for this but just asking if MS has already created something like this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T20:47:56+00:00Added an answer on June 12, 2026 at 8:47 pm

    Besides the default templates that come with VS2012 I am not aware of any other templates. Working with the diff. requirements aren’t that much of a hassle if you know how to get started. Here is some information that you might have already seen, but I’ll add it here for those reading you questions looking for some information 🙂

    There are different recommendations for scaling to screen size and resolution.

    In regards to pixel density and images :

    Guidelines for scaling to pixel density (Windows Store apps)

    Basically you create folders like so:

    Option #1 – File naming convention:
    …\test.scale-100.jpg
    \test.scale-140.jpg
    \test.scale-180.jpg

    Option #2 – Folder naming convention:
    …\scale-100\test.jpg
    \scale-140\test.jpg
    \scale-180\test.jpg

    in XAML

    <Image Grid.Row="0" Grid.Column="1" x:Name="testImage" Source="test.jpg" Margin="2,2,2,2"/>
    

    The resource loading is smart and will fetch the right image from the right folder

    As for scaling to screens

    Guidelines for scaling to screens (Windows Store apps)

    You could:

    a) Have a fixed layout that scales to fit the screen
    Create a Viewbox control and add your controls to it, set the size to the minimum size you want to support.
    Don’t add appbars or other stuff that is by default adaptive!
    Define letterboxing style and color, and don’t forget to add different res. images as I showed above.OR use vector graphics or XAML.

    b) Adaptive layout ,- check out the default templates that come with VS2012, they use adaptive layout.

    c) I’m sure there are other options/variations

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way I can set a formatter on models that will convert
Is there any way we can fetch X509 Public Cetrificates using c# from AD
Is there any way in which I can automatically convert a Custom Class Object
Is there any way in Notepad++ (or even with another tool) to change the
Is there any way to use Google's API to retrieve a user's current zipcode
Is there any way to overload the > (greater than) operator, to be able
Is there any way to stop animation in iOS 3 ? I know about:
Is there any way to update nested documents by id or some other field?
Is there any way to achieve compiling Node.js scripts as native code, like Hip-Hop
Is there any way to stop or terminate long running Oracle query in JDBC

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.