[android-developers] Handling bigger forms, displaying error messages

2012-03-19 Thread Daniel Rindt
Hello, android has such a nice style guide, but i can't find a section in it what's talking about displaying error messages. Meant is a when you had a big form on the screen which the user might fill with contents to later click on a save button. How to handle the display of error messages for

Re: [android-developers] Handling bigger forms, displaying error messages

2012-03-19 Thread Marcin Orlowski
In general big forms sucks :) split them into smaller parts. as for errros you can i.e. popup dialog saying form content is invalid and to let user know where culprit is, change background color of corresponding widgets to some sort of red. or you can add small text info below each form and keep