[Android Open Source][RecyclerView] LollipopContactsRecyclerViewFastScroller
2015. 7. 29. 15:19ㆍPrograming/Android Open Source
https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller
A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
This POC is based on this website's tutorial, but with a lot of fixes, optimizations, cleaner code, and of course styling like on Lollipop's contacts app.
Demo:
Screenshots
Here's how the contacts app of Android Lollipop (5.0.x) looks like:
and here's how I managed to mimic its fast-scroller:
Known issues and TODOs
- It's a POC, so it's not so comfortable to customize, but on the other hand, you can put any style you wish.
- I think there are issues when changing the orientation.
- Not a library. I hope I can think of a way that this could be a nice library
- Minimal API is 11 . I'd like it to be lower.
- Supports only LinearLayoutManager for now. Wish it would also support Gridlayoutmanager .
'Programing > Android Open Source' 카테고리의 다른 글
List of Android UI/UX Libraries - Material (0) | 2015.07.30 |
---|---|
[Android Open Source][Material] MaterialViewPager (0) | 2015.07.29 |
[Android Open Source] ChipsLibrary (0) | 2015.07.29 |
[Android Open Source][Material] MaterialPreferenceLibrary (0) | 2015.07.29 |
[Android Open Source][ListView] ListViewVariants (0) | 2015.07.29 |