tags:

views:

131

answers:

2

I've always developed application for personal use on command line. Now I have to develop an app for android for a broad audience.

If I start now I would make and awful GUI. I need first to educate myself on the matter of building clear, efficient and usable GUI on a touch interface.

Any advice?

+5  A: 

You could read the Android User Interface Guidelines and the iPhone Human Interface Guidelines

Marius
+1  A: 

First thing first, don't think about how to build a good GUI. Getting yourself to know what is a good GUI is far more important. Try using different application to see which one you feel good about it. Then read the guide in the answer above.

RobGThai