Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.

Features

  • Set ZoomView enable
  • Add HeaderView Custom
  • ZoomView Parallax or Normal
  • HeaderView Show or Hide

Usage

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>

Using this library?

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.

Contribution

Pull requests are welcome!

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.

Thanks

Developers @matrixxun PullToZoomInListView

About me

Click Me

License

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.

About

An Android custom ListView and ScrollView with pull to zoom-in.

License:Apache License 2.0


Languages

Language:Java 100.0%