A very popular template, how to implement it?
- What exactly needs to be realized from the very popular one: separation alphabetically in the list, a strip with the alphabet on the right, avatars in circles, search from above ..? - pavlofff
- I need alphabetical separation in the list, but I wouldn’t refuse to know how to do the rest either =) - Grigory Zaripov
|
1 answer
This is called an Indexed ListView
. There are full libraries, for example:
- https://github.com/rizafu/Android-Swipe-StickyHeader-PullToRefresh-Indexable-ListView
- https://github.com/ufo22940268/Android-CityIndexableListView
The search bar above the list is a regular SearchView
- github.com/TonicArtos/SuperSLiM github.com/AndroidDeveloperLB/ListViewVariants I found these but they are rather cumbersome - Grigory Zaripov
- @Auriwield, why should I? - Vladyslav Matviienko
- Not for anything) Just if someone comes to this question, he will see. - Grigory Zaripov
- @Auriwield, your libraries do not have a strip with an index on the right. I'm not sure that you need it, but it is in the picture - Vladyslav Matviienko
|