The listview tag has no wiki summary.
3
votes
1answer
355 views
Should I use dynamic fast scroll on an Android application?
I'm developing an app on the Android platform and the main UI component used is a ListView. Now, in my case, this ListView may contain a huge amount of items (depending on the user) so with that in ...
1
vote
2answers
400 views
Sortable List for Metro App - Examples/Ideas?
I'm building a Metro App that lists all your Facebook and twitter likes on a per URL basis.
So it's basically just a list. But I think the usual Metro Tiles/Grid style is really not very helpful ...
1
vote
1answer
170 views
Android List Layout [closed]
I am trying to implement a "listview" style interface on Android, the layout should be like the image, that is each "row" of data in the list may have multiple subrows (?)
Any suggestions on any ...
1
vote
1answer
195 views
Alternatives to selecting valid value from a list of items
I have a screen in Winforms where the users select a possible value from the right to the area on the left as shown. Both the sides are listview with category group headers. When the user wants to ...
1
vote
3answers
553 views
Where to place an “add new record” item for a listview?
I'm working on an app that has a listview, and I need a way to add rows to the listview. The code is not a problem, but I'm just wondering if there is a convention or consistent android UI design for ...
0
votes
3answers
1k views
android list view number of elements per page
I have a listview where I have 50 elements being displayed. I have decided to paginate the view so on each part of the view there are 10 elements and then a next button is clicked to get to the next ...
3
votes
5answers
348 views
Two actions in a single row : iPhone
I need some suggestions about a single row with multiple actions.
I need to give two actions for single row, refer the attached image:
Details
Like History about access for the contact
Is this ...
0
votes
4answers
285 views
Which is better to design a list: with line or not?
I have 2 options to design a list view, the list item is a sentence:
Just list the list items (sentences)
Put a line between each list item
Which is better?
7
votes
1answer
467 views
How to display indexes for UITableView in a complex list?
I have a UITableView of UITableViewStylePlain with sections titled as districts (neighborhoods) in New York City. I am struggling how to implement the indexes (quick "links" on the right). Should they ...