Tagged Questions
3
votes
2answers
125 views
Segment control with NULL selection
In our Android application we have a list view of items. The items can be members of two different groups, Group 1 and Group 2, but can also be without group. To filter the list to show the items in a ...
2
votes
3answers
3k views
Android Alphabetical Lists
Suppose I have a list of many items. Each item is one line of text that the user could select. On average the list will contain around 750 items (although can go as high as 1,000)
Instead of ...