# ScrollableLayout
**Repository Path**: happymingfeng/ScrollableLayout
## Basic Information
- **Project Name**: ScrollableLayout
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-07-30
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ScrollableLayout
======================
> j.s 🇨🇳
easy to add a headview for any view and supports sticking the navigator on the top when ItemView scrolls.
fork and change on [https://github.com/cpoopc/ScrollableLayout](https://github.com/cpoopc/ScrollableLayout)
scrolling is not smooth, especially on some models .
another choice 「 [w446108264/StickHeaderLayout](https://github.com/w446108264/StickHeaderLayout) 」
# Features
* API > 11
* Support ViewPager, RecyclerView, ScrollView, ListView, WebView
* Support pulltoRefresh and loadmore
* Support dynamic headview
* Easy to add a headview for any view

# Screen Recrod
# Samples
You can [download a sample APK](https://github.com/w446108264/ScrollableLayout/raw/master/output/simple.apk)
# Gradle Dependency
Users of your library will need add the jitpack.io repository:
```xml
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```
and:
```xml
dependencies {
compile 'com.github.w446108264:ScrollableLayout:1.0.3'
}
```
# Sample Usage
```xml
```
```java
// please see the demo
sl_root = (ScrollableLayout) findViewById(R.id.sl_root);
listview = (ListView) findViewById(R.id.vp_scroll);
sl_root.getHelper().setCurrentScrollableContainer(listview);
```
# Contact & Help
Please fell free to contact me if there is any problem when using the library.
* email: shengjun8486@gmail.com