4
votes
3answers
143 views

Clear selection in Android

When using standard Android apps (like Gmail) which have multiple items to select, a contextual action bar (CAB) comes up showing a checkmark (tick) and some other information (such as "3 selected"). ...
3
votes
2answers
117 views

Changing the language of a website

While travelling abroad, I often get pages on websites that are normally in English for me (e.g. images.google.com) served instead in whatever the local language is. The problem is that I can't read ...
6
votes
4answers
447 views

What android UI control fits for selection of number in large range?

I'm working on a application for tracking body mass measurements. I need the user to be able to input a number representing body weight, whose magnitude ranges from 0.00 kg to normally 300.00 kg. The ...
3
votes
2answers
214 views

Two panel multi select on mobile

I'm trying to develop a system where users can add financial symbols to activities, almost as you would tags to a blog post. The user should be able to easily add or remove symbols. They can add as ...
3
votes
1answer
113 views

What is the most used method to categorize new threads in a mobile forum application? [closed]

I am planning to launch a new Forum/Chat app for Android/iPhone. The app requires users to specify a category before creating a new thread. What is the most common method to show and allow users to ...