2
votes
0answers
42 views

ajax vs button(action) submission for configuration/option settings [duplicate]

I read this post (ajax checkboxes vs submit button) on a similar topic and I am at an impasse. I've noticed a move towards active changes for configuration and settings in applications for all sorts ...
3
votes
2answers
255 views

Is there a generally accepted icon for the “Submit” button? [closed]

I'm developing an Android application that presents the user with a search form, then presents a list of matching results after the query has been submitted. The results will be displayed on a ...
0
votes
3answers
126 views

Layout of multi-purpose status update box

I'm building a status update box similar to the one found on Facebook and Google+. Mine will allow for multiple types of posts such as status updates, code snippets, images, projects and applications. ...
17
votes
6answers
978 views

If input text length is known, do I really need a submit button?

Use case On a mobile device a user is improving her math skills using a native app (Windows Phone). There are many expressions being calculated in a series and the user is trying to get 10 correct ...