Skip to content

Commit fe3f868

Browse files
2 parents b4deb1b + 09adaf4 commit fe3f868

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ Here's a screenshot of how it shows the contacts of the device, very similar to
99

1010
![enter image description here](https://raw.githubusercontent.com/AndroidDeveloperLB/ListViewVariants/master/device-2014-12-28-230610.png)
1111

12+
Requirements
13+
------------
14+
The min API level is 8.
15+
16+
Also, in case you wish to use any class that causes the headers to be ordered, you must sort the items accordingly.
17+
18+
In case the headers should all be in uppercase, the sorting should make sure that items that start with each letter (uppercase or not) will be together (for example "Dan" and "duke" should be together on the same chunk that belongs to "D").
19+
1220
Known Issues
1321
------------
1422

15-
1. Missing some documentations and also some samples. Hope to work on this when I get the time. :)
16-
2. There is a huge issue on a very specific case, which I'm not sure what causes it (posted about it [here](http://stackoverflow.com/q/27676367/878126), in case you can help) :
17-
- The device is set to an RTL locale (like Hebrew).
18-
- The listView has a lot of items, and some of them are in RTL language (like Hebrew)
19-
- Occurs on some devices and/or Android versions, but not on all.
20-
21-
The bug that occurs is that the fast-scrollbar goes "crazy" when using it (or when scrolling normally), meaning that, for example, if you scroll to the top, it might just stop at the middle. Another example is that when you scroll down, it might disappear and appear later...
22-
Another bug that's related to the same case (and can appear together with it or instead of it) is that the headers won't appear at all, except for the pinned header.
23+
1. Missing some documentations and also some samples. Hope to work on this when I get the time. :)
24+
2. RTL alignment on the headers (of the sample) isn't supported yet. Maybe it's a simple matter to fix.
25+

0 commit comments

Comments
 (0)