All Projects → ttymsd → Coordinator Behaviors

ttymsd / Coordinator Behaviors

Android Library. Behaviors for CoordinatorLayout.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Coordinator Behaviors

Dachshund Tab Layout
Extended Android Tab Layout with animated indicators that have continuous feedback.
Stars: ✭ 853 (+496.5%)
Mutual labels:  view, animations
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (-43.36%)
Mutual labels:  view, animations
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (-9.09%)
Mutual labels:  view
Textwriter
Animate your texts like never before
Stars: ✭ 140 (-2.1%)
Mutual labels:  view
Tapeview
滑动卷尺,适用于身高、体重输入等场景,样式风格自由定制。
Stars: ✭ 136 (-4.9%)
Mutual labels:  view
Tsparticles
tsParticles - Easily create highly customizable particles animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
Stars: ✭ 2,694 (+1783.92%)
Mutual labels:  animations
Overflow Pager Indicator
Simple paging indicator widget with pager dataset ovewflow effect à la Instagram behavior
Stars: ✭ 136 (-4.9%)
Mutual labels:  view
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (-8.39%)
Mutual labels:  animations
Simpleweather
a simple weather app
Stars: ✭ 141 (-1.4%)
Mutual labels:  animations
Reanimated 2 Animations Challenges
React Native animations challenges using the new Reanimated2 API.
Stars: ✭ 136 (-4.9%)
Mutual labels:  animations
Easel
Tint and color Android views with ease
Stars: ✭ 139 (-2.8%)
Mutual labels:  view
Material Intro
A simple material design app intro with cool animations and a fluent API.
Stars: ✭ 1,718 (+1101.4%)
Mutual labels:  animations
Yxwaveview
A water wave animation view (类似百度外卖的头像波浪效果)
Stars: ✭ 132 (-7.69%)
Mutual labels:  view
Pincodeview
Pretty PinCode view
Stars: ✭ 138 (-3.5%)
Mutual labels:  view
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (+1062.24%)
Mutual labels:  view
Cpcollectionviewkit
Interesting UICollectionView layouts and transitions
Stars: ✭ 140 (-2.1%)
Mutual labels:  animations
Flutter Ui Designs
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.
Stars: ✭ 131 (-8.39%)
Mutual labels:  animations
Scrawl Canvas
Responsive, integrated and interactive HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element a bit easier, and a bit more fun!
Stars: ✭ 134 (-6.29%)
Mutual labels:  animations
Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (-4.2%)
Mutual labels:  view
Bounceview Android
Customizable bounce animation for any view like in Clash Royale app
Stars: ✭ 142 (-0.7%)
Mutual labels:  view

Coordinator Behaviors

License Download

Demo

Description

Usage

Add dependency to build.gradle.

repositories {
    maven {
        url  "http://dl.bintray.com/ttymsd/maven" 
    }
}
dependencies {
    compile "jp.bglb.bonboru:coordinator-behaviors:$latestVersion"
}

GoogleMapLikeBehavior

View slide up from bottom as GoogleMapApp.

This Behavior sample is here

This code base on CustomBottomSheetBehavior rewritten by kotlin and add some features.

Diff from CustomBottomSheetBehavior on 2017/01/09

  • Don't need Toolbar background as Other View
  • Add some attributes for behaviors
  • Available to skip anchor point.
  • Write by kotlin

YoutubeLikeBehavior

This Behavior that makes it possible to drag View like the Youtube app.

This Behavior sample is here

BottomNavigationBehavior

This Behavior is scollout/in according to scroll.

This Behavior sample is here

FabBehavior

This Behavior is scrollout/in accoging to view has BottomNavigationBehavior

License

Copyright 2017 Tetsuya Masuda

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].