-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle sticky mode #49
Comments
I know this is kind of a late time, but were you able to test this with an odd number of items? I found a bug where it doesn't sticks properly with in this case |
@shayanpourvatan For which purpose it is used and how to use this component? Can you please share some more info about StickyWheelView. |
@jinchuika Sorry for the late answer: @prem-p-simform For using this class you need to replace it with default wheelView, in XML or Java class, everywhere you have wheelView, simply replace it with this class, but as Jinchuika mentioned, this class might have some issue in the odd number of the items. I can spend some time fixing it for odd number items, if it's an emergency to you tell me, I will fix issues. |
@shayanpourvatan I have requirement of sticky item, For example sticky headers. I want to stick item at start of the list. |
@prem-p-simform I think you need to search for other libraries, this library as shown on the start page, used for wheel items, I think you need a recyclerView sticky header. |
I searched for that, Could not find RecyclerView LayoutManager which satisfy my needs. I need half cirlce layout and it should start from bottom and end in right side. Also item at bottom can be sticky, other can be scrolled. |
@prem-p-simform This library is not what you want, I think you must write it by your self or do some hacky way ( I don't have an idea right now ) |
I've created following class to handle sticky mode for wheelView.
use this if you need sticky mode for your wheelView.
for use this class add
StickyWheelView
instead ofWheelView
in your xml or java codeThe text was updated successfully, but these errors were encountered: