PathLayoutManager | RecyclerView的LayoutManager,轻松实现各种炫酷、特殊效果,再也不怕产品经理为难!
kandi X-RAY | PathLayoutManager Summary
kandi X-RAY | PathLayoutManager Summary
PathLayoutManager is a Java library. PathLayoutManager has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. However PathLayoutManager has 1 bugs. You can download it from GitHub.
设置滚动模式:SCROLL_MODE_NORMAL (普通模式)SCROLL_MODE_OVERFLOW (允许溢出)SCROLL_MODE_LOOP (无限循环). 设置平滑缩放比例ratios: 缩放比例, 数组长度必须是双数,偶数索引表示要缩放的比例奇数索引表示在路径上的位置 (0~1)奇数索引必须要递增,即越往后的数值应越大例如: setItemScaleRatio(0.8, 0.5) 表示在路径的50%处把Item缩放到原来的80%setItemScaleRatio(0, 0, 1, 0.5, 0, 1) 表示在起点处的Item比例是原来的0%,在路径的50%处会恢复原样到路径终点处会缩小到0%. 将目标Item滚动到自动选中的落点(setAutoSelectFraction)例如 setAutoSelectFraction(0) 则滚动到Path的起点处若为1,则滚动到路径终点处,0.6则路径的60%处 (默认: 0.5). 同上,此方法为平滑滚动,即选中时会播放动画 动画时长通过 setFixingAnimationDuration 方法来设置.
设置滚动模式:SCROLL_MODE_NORMAL (普通模式)SCROLL_MODE_OVERFLOW (允许溢出)SCROLL_MODE_LOOP (无限循环). 设置平滑缩放比例ratios: 缩放比例, 数组长度必须是双数,偶数索引表示要缩放的比例奇数索引表示在路径上的位置 (0~1)奇数索引必须要递增,即越往后的数值应越大例如: setItemScaleRatio(0.8, 0.5) 表示在路径的50%处把Item缩放到原来的80%setItemScaleRatio(0, 0, 1, 0.5, 0, 1) 表示在起点处的Item比例是原来的0%,在路径的50%处会恢复原样到路径终点处会缩小到0%. 将目标Item滚动到自动选中的落点(setAutoSelectFraction)例如 setAutoSelectFraction(0) 则滚动到Path的起点处若为1,则滚动到路径终点处,0.6则路径的60%处 (默认: 0.5). 同上,此方法为平滑滚动,即选中时会播放动画 动画时长通过 setFixingAnimationDuration 方法来设置.
Support
Quality
Security
License
Reuse
Support
PathLayoutManager has a low active ecosystem.
It has 288 star(s) with 35 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 1 have been closed. On average issues are closed in 162 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of PathLayoutManager is current.
Quality
PathLayoutManager has 1 bugs (0 blocker, 0 critical, 0 major, 1 minor) and 35 code smells.
Security
PathLayoutManager has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
PathLayoutManager code analysis shows 0 unresolved vulnerabilities.
There are 1 security hotspots that need review.
License
PathLayoutManager is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
PathLayoutManager releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
PathLayoutManager saves you 674 person hours of effort in developing the same functionality from scratch.
It has 1562 lines of code, 105 functions and 8 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed PathLayoutManager and discovered the below as its top functions. This is intended to give you an instant insight into PathLayoutManager implemented functionality, and help decide if they suit your requirements.
- Scroll horizontally
- On layout
- Recycle views
- Get the relative scale
- Animation animation
- Marks a move
- Ends change animation if necessary
- Cancel an animation
- This method is called when all pending animations are queued
- An animation
- Internal method to animate a change
- Called when a view is detached
- Release all resources
- Scroll to the specified position
- Init layout items
- Helper method to validate items
- Insert element
- Initialize the path
- Fix angle
- This method is called when the RecyclerView is detached
- Init item animator
- Update path
- Method to set the width and height of the View
- End animation
- Scrolls the view horizontally by the specified amount
- Helper method to reset the animation
Get all kandi verified functions for this library.
PathLayoutManager Key Features
No Key Features are available at this moment for PathLayoutManager.
PathLayoutManager Examples and Code Snippets
No Code Snippets are available at this moment for PathLayoutManager.
Community Discussions
No Community Discussions are available at this moment for PathLayoutManager.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PathLayoutManager
You can download it from GitHub.
You can use PathLayoutManager 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 PathLayoutManager 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 .
You can use PathLayoutManager 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 PathLayoutManager 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
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
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