Porting from desktop to mobile
-
Hy guys.
I'm porting an app from desktop to mobile. One of my issues is that the dialogs I have are somewhat big, with lots of buttons and stuff. I'm displaying them "maximized":https://developer.qt.nokia.com/forums/viewthread/2695, but still they go out of the screen in the mobile phone (in Qt simulator they are more or less ok). Does anybody have experience or any ideias in mobile design that would like to share ? -
Beware that the UI on mobile devices is a very sensitive issue, among other things you need to consider are different screen resolutions, skins/fonts, orientation (portrait/landscape), ... Not just how it looks but also how the user interacts with the widgets - no mouse right button, no popup windows, ...
Depending on what you want to do with your application you may also want to consider the "UI style guide" for your target device(s). For example "this one for the N900":http://www.forum.nokia.com/info/sw.nokia.com/id/eb8a68ba-6225-4d84-ba8f-a00e4a05ff6f/Hildon_2_2_UI_Style_Guide.html