Double-Pull-Layout

A double layout pull delegate for Android

Screenshots

Double-Pull-Delegate use Scroller and Delegate

Gradle

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency:

	dependencies {
	        compile 'com.github.ruzhan123:Double-Pull-Delegate:v1.0'
	}

Delegate

  • ScrollerDelegate
  • ScrollHeaderDelegate
  • ScrollBodyDelegate
  • ScrollViewDelegate

Implementing View

  • HeaderRelativeLayout
  • HeaderFrameLayout
  • HeaderLinearLayout
  • BodyRelativeLayout
  • BodyFrameLayout
  • BodyLinearLayout
  • PullScrollView

Developed by

DennisM - muasyadennis4@gmail.com