Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Frank-Zhu/PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
https://github.com/Frank-Zhu/PullZoomView

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

PullZoomView
============

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


![](https://raw.githubusercontent.com/Frank-Zhu/PullZoomView/master/art/pull-to-zoom.gif)

Features
============
* Set ZoomView enable
* Add HeaderView Custom
* ZoomView Parallax or Normal
* HeaderView Show or Hide

Usage
============

In your `build.gradle`:

```gradle
dependencies {
compile 'com.github.frank-zhu:pullzoomview:1.0.0'
}
```
or Maven:

```xml

com.github.frank-zhu
pullzoomview
1.0.0
aar

```

Using this library?
============
If you're using this library in one of your projects just [send me a G+ message](https://plus.google.com/u/0/108962319538026346008/posts/p/pub) 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](https://github.com/Frank-Zhu/PullZoomView/issues). I'll try to answer as soon as I can.

Thanks
============
Developers @matrixxun
[PullToZoomInListView](https://github.com/matrixxun/PullToZoomInListView)

About me
============
[Click Me](http://frank-zhu.github.io/about/)

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.