WheelView | Android scroll selection control
kandi X-RAY | WheelView Summary
kandi X-RAY | WheelView Summary
Android scroll selection control
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Initialize the wheel
- Create a text view
- Sets the items
- Get the measured height of the view
- Set view width and height
- Obtains the border of the selected area
- Set the background drawable
- Start touch event
- Start the scroll task
- Initialize the scroll
- On delete button
- Click the wheel
- Set selected item
- Documentation inherited from interface View
- Refresh item view
- Override this to handle the action bar item selection
- Gets the currently selected item
WheelView Key Features
WheelView Examples and Code Snippets
Community Discussions
Trending Discussions on WheelView
QUESTION
I have a custom View called CustomProgressBar. I want to have a wheelView
that will have a list of CustomProgressBar Views as its data.
this is how a CustomProgressBar looks:
and this is how I want my WheelView to look (not exactly, but this is the idea):
I want the border of the selected CustomProgressBar to expand when onScroll, and re-shrink when selected.
Only if possible I'd like it to be in 3D, like in here (only the 3D effect, not the look)
So, to conclude, I want a 3D WheelPicker that can carry my CustomProgressBar View Items, and I want the selected-items border to be custom and animated to expand on scroll and re-shrink on the selected item.
Thanks in advance (:
...ANSWER
Answered 2020-Jan-20 at 12:39I would combine RecyclerView with CarouselLayoutManager.
I have used it before and it works great, in your recyclerView
you can put any type of view (In your case just put your CustomProgressBar)
How to use according to the Github page:
Implementation:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install WheelView
You can use WheelView like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the WheelView component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page