posted 10 years ago
Hey there Hendo,
Follow up if I'm wrong, but assuming here that you're talking about with respect to placing your interface, you fall from top to bottom, with what you feel is most important. That's a great starting strategy, for the most part.
Building a UI does require you to think about the psychology and mind of your user a little bit. Think of your interface like reading a concert poster or website. Where do your eyes focus first? Typically, if you're an english speaker/reader, you're going to focus on the top left of the screen first. It just makes sense to draw your focus there first, and then scroll right/down the screen. So you're doing good with this strategy. But it is important to remember that this may not always be the case. Some languages like Arabic go from right-to-left when writing out, so users who work in that language may be confused initially by your design. So it's important to consider your potential user base and what they will expect (we have a great chapter in our book on this).
But in mobile, it's not just reading/visuals that matter when creating UI, but touch and feel as well. Commonly, you'll see important interface buttons toward the bottom of the screen. On iOS, the home button and tab bar UIs all lay upon the bottom of the screen. On Android, you'll find the software (and increasingly less common hardware) home/back/menu huttons anchored to the bottom of the screen. Why? Because they're easiest to reach with your thumb when holding a device in a single hand.
So think about how your app, and the different parts of your interface, will be used frequently. We talk in the book about metrics and seeing how users respond to your app, and this is where this becomes key. You can see it frequently in Google's recent I/O talks on material design, as it's common to see important UI buttons hovering over the bottom right of a view/screen for easy reach/interaction. If you see a similar function for your app's UI, feel free to try it!
Check out my latest book, Essential Mobile Interaction Design, for information on how to best design apps for iPhone, Android, Windows Phone, and all things mobile! A link to the book is in my forum biography if you're interested!
Have an interface or user interaction question? Shoot me an email or PM.