GithubHelp home page GithubHelp logo

overscrollview's Introduction

OverScrollView

This project is deprecated. Please use the much more flexible overscroll-decor

A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView. This is a revised version of Android 2.2 ScrollView (as it was the last version without android built in OverScroll). This OverScrollView also solves the issue emerged on Android 2.3.5+ distributions by Samsung, which disabled over scroll completely (http://stackoverflow.com/questions/9261911/samsung-galaxy-s2-2-3-5-not-calling-overscrollby)

Usage

Use exactly as you would use standard ScrollView.

 <me.everything.android.widget.OverScrollView
        android:id="@+id/OverScroller"
        android:layout_width="match_parent"
        android:layout_height="match_parent" >

     <.../>
 </me.everything.android.widget.OverScrollView>

overscrollview's People

Contributors

bytebeats avatar rotemmiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

overscrollview's Issues

It has a proplem when i use in fragment

hi.
It has a proplem when i use in fragment:
For the first time it does’t show the view unless you pull up the layout
activity does not have the proplem!

Inertia sliding too small

Hello, thank you for your library, inertia sliding is too small, how to modify the inertia of the sliding distance, such as IOS smooth

Unacceptable Constructors

Hey, guy, I read your source codes of OverScrollView. I thought it was unacceptable to see that you called the initBounce() every time at the situation where overlapping constructors exist. Namely, you called this(...) at the second constructor meanwhile you called initBounce() again. Because the this(...) had called it.

It's unacceptable.

fix scrollbar

Hello.
Even in top (or bottom) position scrollbar indicator shown somewhere in middle.
This confuse the user...

Can you fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.