user interface - How to create dynamic UI? -
Recently, I found an application to create various mobile phones. Actually after thinking about a Windows Mobile 6.x phone application, I got trapped in one place. How is a portable application that can work with different resolution and different screen size phones, so the UI is displaying properly on all UIs Is there any device or library in the market? Or how do you do this?
Thank you. Assume that you are doing .NET WinForms, keep in mind some ideas:
1) Create your UI so that all controls can use some kind of docking, in this way they will spread to fill any orientation / proposals. Then make sure you test with different emulators and see how UI looks at different offers, as necessary, please tweak.
2) Dot # 1, but also add some manual sizing code to the form. Active and Form Resized event
Comments
Post a Comment