Skip to content

laowch/PullToBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android PullToBack effect like Inbox

This project implements a PullToBack effect like Inbox (A mail app by Google).

Included Features

  • Supports both Pulling Down from the top, and Pulling Up from the bottom.
  • Animated Scrolling for all devices.
  • Currently works with:
    • ListView
    • ScrollView
    • A form with EditText (You can assgin EditText as scroll child with the method PullToBackLayout.setScrollChild().)
    • Any other view can be scroll or not, in theory.(I dont test it.)

Known Issus

  • To avoid misoperation, when you scroll the child view to the border and continue scroll, it should be stucked if you don't Up your finger. (fixed)
  • There's some conflicts with ViewPager. (fixed)

License

Copyright 2013 laowch

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

Android PullToBack effect like inbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages