All Projects → ksoichiro → Android Observablescrollview

ksoichiro / Android Observablescrollview

Licence: apache-2.0
Android library to observe scroll events on scrollable views.

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Android Observablescrollview

Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (-84.03%)
Mutual labels:  material-design, android-ui
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-98.91%)
Mutual labels:  material-design, android-ui
Sortabletableview
An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Stars: ✭ 1,019 (-89.41%)
Mutual labels:  material-design, android-ui
Morphing Material Dialogs
Material dialog ❤️ morphing animation. An android kotlin UI library for building beautiful animations for converting a floating action button into a material dialog.
Stars: ✭ 806 (-91.63%)
Mutual labels:  material-design, android-ui
Android Vertical Stepper View
A vertical stepper implementation of the material design specification
Stars: ✭ 87 (-99.1%)
Mutual labels:  material-design, android-ui
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-99.75%)
Mutual labels:  material-design, android-ui
Expandable Fab
A highly customizable 'speed dial' FloatingActionButton implementation.
Stars: ✭ 56 (-99.42%)
Mutual labels:  material-design, android-ui
Materialdialog Android
📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.
Stars: ✭ 602 (-93.75%)
Mutual labels:  material-design, android-ui
Uxtooltime Axure
The best Axure Widget Libraries.
Stars: ✭ 81 (-99.16%)
Mutual labels:  material-design, android-ui
Floatingactionbuttonspeeddial
A Floating Action Button Speed Dial implementation for Android that follows the Material Design specification (https://material.io/components/buttons-floating-action-button#types-of-transitions)
Stars: ✭ 1,164 (-87.91%)
Mutual labels:  material-design, android-ui
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (-91.86%)
Mutual labels:  material-design, android-ui
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-98.99%)
Mutual labels:  material-design, android-ui
Motiontoast
🌈 A Beautiful Motion Toast Library for Kotlin Android
Stars: ✭ 767 (-92.03%)
Mutual labels:  material-design, android-ui
Bluetooth State View
Material design animated Bluetooth state view for Android
Stars: ✭ 36 (-99.63%)
Mutual labels:  material-design, android-ui
Music Player Go
🎶🎼 Very slim music player 👨‍🎤 100% made in Italy 🍕🌳🌞🍝🌄
Stars: ✭ 654 (-93.21%)
Mutual labels:  material-design, android-ui
Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (-89.16%)
Mutual labels:  material-design, android-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (-93.91%)
Mutual labels:  material-design, android-ui
Guidetocustomviews
The ultimate guide to Android custom views
Stars: ✭ 595 (-93.82%)
Mutual labels:  material-design, android-ui
Battery Meter View
🔋 Material design battery meter (i.e. level, state) view for Android
Stars: ✭ 57 (-99.41%)
Mutual labels:  material-design, android-ui
Android Art
🎄 Android™ 设计相关的在线工具: 图标制作、配色方案、尺寸修改、截图加壳等,持续更新...
Stars: ✭ 95 (-99.01%)
Mutual labels:  material-design, android-ui

Android-ObservableScrollView

Build Status Coverage Status Maven Central API Android Arsenal

Android library to observe scroll events on scrollable views.
It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and may be helpful to implement look and feel of Material Design apps.

Examples

Download from Google Play

Get it on Google Play

Please note that the app on the Play store is not always the latest version.

Download from wercker

If you are a wercker user, you can download the latest build artifact.
See here for details.

wercker status

Install manually

Just clone and execute installDevDebug task with Gradle.
See here for details.

Usage

  1. Add com.github.ksoichiro:android-observablescrollview to your dependencies in build.gradle.
  2. Add ObservableListView or other views you'd like to use.
  3. Write some animation codes to the callbacks such as onScrollChanged, onUpOrCancelMotionEvent, etc.

See the quick start guide for details, and the documentation for further more.

Reference

Apps that use this library

Badge

If you're using this library in your app and you'd like to list it here,
please let me know via email or pull requests or issues.

Contributions

Any contributions are welcome!
Please check the FAQ and contributing guideline before submitting a new issue.

Developed By

Thanks

License

Copyright 2014 Soichiro Kashima

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].