Tagged Questions
3
votes
5answers
239 views
Matrix question type in mobile
I am working on a tool for conducting surveys through the web. One of the most common question types is represented with a table, where the column and row headers form the question, and the rest of ...
4
votes
2answers
994 views
What is the standard on displaying wide tables on mobile devices?
We need to display wide tables (10+ columns) on our new mobile website. Is the standard to:
Scroll Horizontally without any indication that the visitor can scroll to the right (like Google Docs) ...
4
votes
3answers
3k views
Table data in Mobile phones
I want to display a table with 4/5 columns and possibly 100 rows (as in desktop app right now) in smartphones. The table cells are also editable. Now we want to port this desktop app to smartphones ...
2
votes
1answer
520 views
iPhone button on screen with table view: last row or outside table?
I have a table view that's showing attributes of a record, very much like Edit Info screen in the iOS Contacts app.
Also like that screen, I'd like to show a "Delete Record" button at the bottom.
It ...
0
votes
1answer
108 views
Setting a giant grid of numbers on a mobile touchscreen device?
I'm trying to figure out a good way to present 96 configurable percentage values to mobile users.
These percentages represent percents of a max lift (weightlifting), and they can be broken down by ...
6
votes
4answers
939 views
How to present heavy data tables on smartphones?
Problem: I've got a table with 10 columns and ~100 rows. What is the best way to present these on small screens? My idea: effective search + data displayed row-by-row. Is there any better solution?
3
votes
2answers
128 views
Duplicate information vs. proximity in mobile apps
In the mobile app we are currently working on, we have a table view that shows certain information. When you press any of the cells, another view shows expanding the info. The regular behavior pretty ...