Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Overscroll Decor | 2,551 | 2 years ago | 3 | July 21, 2020 | 42 | bsd-2-clause | Java | |||
Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views. | ||||||||||
Pullzoomview | 2,309 | 4 years ago | 30 | apache-2.0 | Java | |||||
An Android custom ListView and ScrollView with pull to zoom-in. | ||||||||||
Springview | 1,841 | 5 | 3 years ago | 2 | April 14, 2019 | 77 | apache-2.0 | Java | ||
🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use | ||||||||||
Verticalviewpager | 1,219 | 6 years ago | 21 | apache-2.0 | Java | |||||
Vertically ViewPager and vertically transformer for Android. | ||||||||||
Parallaxscroll | 863 | 155 | 1 | 5 years ago | 1 | September 17, 2014 | 31 | mit | Java | |
Parallax ScrollView and ListView for Android | ||||||||||
Swipemenu | 816 | 4 years ago | 9 | apache-2.0 | Java | |||||
[DEPRECATED] A swipe menu for horizontal/vertical, support left/right and top/bottom directions | ||||||||||
Slidebottompanel | 809 | 7 years ago | 11 | Java | ||||||
底部划动菜单,滑动时背景图透明度渐变,支持嵌套 ListView 或 ScrollView | ||||||||||
React Native Sortable List | 777 | 33 | 4 | 4 months ago | 25 | April 08, 2022 | 112 | mit | JavaScript | |
React Native Sortable List component | ||||||||||
Scrollablelayout | 768 | 6 years ago | 27 | mit | Java | |||||
共同头部+ViewPager+ListView http://blog.csdn.net/w7822938/article/details/47173047 | ||||||||||
Scrollparallaximageview | 541 | 6 years ago | 1 | April 26, 2019 | 4 | mit | Java | |||
Provides parallax effects when ImageView scrolls in the screen. |
An Android custom ListView and ScrollView with pull to zoom-in.
In your build.gradle
:
dependencies {
compile 'com.github.frank-zhu:pullzoomview:1.0.0'
}
or Maven:
<dependency>
<groupId>com.github.frank-zhu</groupId>
<artifactId>pullzoomview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
If you're using this library in one of your projects just send me a G+ message and I'll add your project to the list.
If you have a bug to report a feature to request or have other questions, file an issue. I'll try to answer as soon as I can.
Developers @matrixxun PullToZoomInListView
Copyright 2014 Frank Zhu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.